Skip to content

Commit f6a9724

Browse files
committed
Dangit
One tiny change escaped my last PR
1 parent 5cf63fe commit f6a9724

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
@@ -451,7 +451,7 @@ SET @VersionDate = '20171201';
451451
'-' AS object_name,
452452
'Login, App, and Host locking' AS finding_group,
453453
'This database has had ' +
454-
CONVERT(NVARCHAR(20), COUNT_BIG(DISTINCT dp.id)) +
454+
CONVERT(NVARCHAR(20), COUNT_BIG(DISTINCT dp.event_date)) +
455455
' instances of deadlocks involving the login ' +
456456
ISNULL(dp.login_name, 'UNKNOWN') +
457457
' from the application ' +

0 commit comments

Comments
 (0)