¶
1.5.3. How can I find on which table deadlocks occur?
One possible way to find on which table deadlocks occur is to execute the following statement:
SELECT TOP 10 * FROM SYS_L_STAT ORDER BY deadlocks DESC