Skip to content

Commit 21cfa5f

Browse files
authored
Merge pull request #3594 from igaliney/patch-1
Replace illegal character & in sp_Blitz for Markdown output result
2 parents fbc68d6 + 4da4830 commit 21cfa5f

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
@@ -8617,7 +8617,7 @@ IF @ProductVersionMajor >= 10
86178617
SELECT 162 AS CheckID ,
86188618
50 AS Priority ,
86198619
'Performance' AS FindingGroup ,
8620-
'Poison Wait Detected: CMEMTHREAD & NUMA' AS Finding ,
8620+
'Poison Wait Detected: CMEMTHREAD and NUMA' AS Finding ,
86218621
'https://www.brentozar.com/go/poison' AS URL ,
86228622
CONVERT(VARCHAR(10), (MAX([wait_time_ms]) / 1000) / 86400) + ':' + CONVERT(VARCHAR(20), DATEADD(s, (MAX([wait_time_ms]) / 1000), 0), 108) + ' of this wait have been recorded'
86238623
+ CASE WHEN ts.status = 1 THEN ' despite enabling trace flag 8048 already.'

0 commit comments

Comments
 (0)