Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 process info

Author  Topic 

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-09-02 : 01:52:31
how do you determine the remaining time for rollback process?

usually, when i kill a long running process, it will rollback, then try to kill the process again will show the remaining time.

is there a way to get the same information without issuing another "kill" command?

thanks in advance...

mr_mist
Grunnio

1870 Posts

Posted - 2004-09-02 : 06:14:02
I think that KILL {spid | UOW} WITH STATUSONLY is designed for that, though my guess is that is does the exact same thing ;)

-------
Moo. :)
Go to Top of Page
   

- Advertisement -