Description
As part of SQL Server’s regular functionality it periodically searches for deadlocks. This wait type accumulates between deadlock detections. As this is an idling wait it is safe to ignore. It does not indicate deadlocks are occurring
Resolved by
DBAs
Suggested solutions
- High values are safe to ignore
- If there is concern over deadlocks check the Windows Performance Log counter Number of Deadlocks/sec, the SQL Server error log or configure a trace/Profiler or Extended Event session
Additional research
Filtering Out Benign Waits
Accidential DBA: Troubleshooting Deadlocks