Skip to content

Commit b8c1d1b

Browse files
committed
victim ordering
Makes process more clear
1 parent 63a9ff6 commit b8c1d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzLock.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ SET @VersionDate = '20171201';
768768
d.transaction_name
769769
FROM deadlocks AS d
770770
WHERE d.dn = 1
771-
ORDER BY d.event_date, d.last_batch_started, d.last_tran_started;
771+
ORDER BY d.event_date, is_victim DESC
772772

773773

774774

0 commit comments

Comments
 (0)