How to stop a restore of a database with Microsoft SQL Server 2005? -


how stop or cancel or kill restore of database microsoft sql server 2005? can give me request or procedure

in ssms type sp_who list of open spids (session id's).

find 1 contains restore. command restore database.

use kill xxx xxx spid of transaction.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -