Skip to content

Commit c2dbcf9

Browse files
authored
Merge pull request #3703 from Eilandor/patch-1
minor typo in sp_BlitzFirst.sql
2 parents 21d2c05 + b32c61a commit c2dbcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzFirst.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ If one of them is a lead blocker, consider killing that query.'' AS HowToStopit,
26362636
'Server Performance' AS FindingGroup,
26372637
'Memory Dangerously Low Recently' AS Finding,
26382638
'https://www.brentozar.com/go/memhist' AS URL,
2639-
N'As recently as ' + CONVERT(NVARCHAR(19), snapshot_time, 120) + N', memory health issues are being reported in sys.dm_os_memory_health, indicating extreme memory pressure.' AS Details
2639+
N'As recently as ' + CONVERT(NVARCHAR(19), snapshot_time, 120) + N', memory health issues are being reported in sys.dm_os_memory_health_history, indicating extreme memory pressure.' AS Details
26402640
FROM sys.dm_os_memory_health_history
26412641
WHERE severity_level > 1;
26422642
END

0 commit comments

Comments
 (0)