Skip to content

Commit 5cc7648

Browse files
authored
Merge pull request BrentOzarULTD#1296 from BrentOzarULTD/issue_1295/brent
BrentOzarULTD#1295 sp_Blitz tells you to run sp_BlitzLock
2 parents 8b1cca3 + e0724d4 commit 5cc7648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3260,7 +3260,7 @@ AS
32603260
URL,
32613261
Details)
32623262
SELECT 124, 150, 'Performance', 'Deadlocks Happening Daily', 'https://BrentOzar.com/go/deadlocks',
3263-
CAST(p.cntr_value AS NVARCHAR(100)) + ' deadlocks have been recorded since startup.' AS Details
3263+
CAST(p.cntr_value AS NVARCHAR(100)) + ' deadlocks recorded since startup. To find them, run sp_BlitzLock.' AS Details
32643264
FROM sys.dm_os_performance_counters p
32653265
INNER JOIN sys.databases d ON d.name = 'tempdb'
32663266
WHERE RTRIM(p.counter_name) = 'Number of Deadlocks/sec'

0 commit comments

Comments
 (0)