Posted by: cadarsh89 on Aug 04, 2010
--Locks, Dead Locks: Checking the blocked DBsselect * from sys.sysprocesses where blocked>1 --query for checking the blocked stateselect db_name(17)select db_name(18)sp_who2 63dbcc inputbuffer (63)kill 60