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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -