November 9, 2011 at 5:29 am
Hi,
How can i stop the long running transaction?any T-ssql command?
Thanks
November 9, 2011 at 5:34 am
Stop it with SSMS, if it's in SSMS.
November 9, 2011 at 5:41 am
without stoping SSMS is there any other way ?
November 9, 2011 at 5:42 am
find the spid of the long running query and kill it
kill spid
November 9, 2011 at 5:51 am
without stoping SSMS is there any other way ?
Are you running it with some other client utility? or other connections (say ODBC) from application? Then find the session & kill it.
KILL (Transact-SQL)
November 9, 2011 at 5:52 am
Also sys.dm_exec_sessions (Transact-SQL)
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply