September 16, 2003 at 2:11 pm
I'm having lot of deadlocking occurring in my server, when I do DBCC Traceon(-1,1204,3605). I don't get the commands which cause deadlock, instead I get
(Transaction (Process ID 51) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction..) Would the startup parameter gives me detailed information or Is there a way I can capture detailed information. I would appreciate your help
September 16, 2003 at 2:29 pm
sp_blocker_pss80(for 2000) is very good for this.
Read this first:
September 16, 2003 at 2:31 pm
Then read this:
INF: Understanding and Resolving SQL Server 7.0 or 2000 Blocking Problems
http://support.microsoft.com/default.aspx?scid=kb;EN-US;224453
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply