In this article, I am going to discuss Capturing Deadlocks using SQL Profiler i.e. how to capture deadlock using SQL Profiler. Please read our previous article where we discussed SQL Server Deadlock ...
A deadlock in SQL Server occurs when two or more sessions hold locks on resources, and each session wants to acquire a lock on a resource held by the other. Because both sessions are waiting for each ...