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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -