One of the dreaded error codes we get in the SQL log is the “1205”. It represents the infamous deadlock where two transactions are locking each other out. No way ...
Well, the answer is: now in SQL Server 2005 and 2008, the SQL Profiler has a Deadlock Graph event that will capture the information you need to diagnose the deadlock and it’s much easier to use than ...