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
 General SQL Server Forums
 New to SQL Server Programming
 SQL 2000 Deadlock identifying .

Author  Topic 

kid_on_the_block
Posting Yak Master

172 Posts

Posted - 2006-11-17 : 15:17:46
Hi

Can we identify the reason for a Deadlock , after it has passed. I mean can I get to knw the reason as to why the deadlock occured yesterday on my production box.

I had not left the profiler on ... neither did I send the dead lock erorrs to the SQL error logs using the DBCC TRACEON (1204, 3605, -1)

Is there some way we can figure it out .

Please help.

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-11-18 : 04:51:57
http://sql-server-performance.com/deadlocks.asp

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

jezemine
Master Smack Fu Yak Hacker

2886 Posts

Posted - 2006-11-18 : 16:12:39
not for diagnosign deadlocks, but this is a nice article/sproc for diagnosing blocking:

http://www.sommarskog.se/sqlutil/aba_lockinfo.html


SqlSpec - a fast, cheap, and comprehensive data dictionary generator for
SQL Server 2000/2005 and Analysis Server 2005 - http://www.elsasoft.org
Go to Top of Page
   

- Advertisement -