Skip to content

Commit

Permalink
Fixed CheckID typo
Browse files Browse the repository at this point in the history
BrentOzarULTD#2505 - fixed CheckID typo
  • Loading branch information
Adedba committed Sep 8, 2020
1 parent 40b11e8 commit efe2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_BlitzFirst.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ If one of them is a lead blocker, consider killing that query.'' AS HowToStopit,

/* Query Problems - Queries with high memory grants - CheckID 46 */
INSERT INTO #BlitzFirstResults (CheckID, Priority, FindingsGroup, Finding, Details, URL, QueryText, QueryPlan)
SELECT 100 AS CheckID,
SELECT 46 AS CheckID,
100 AS Priority,
'Query Problems' AS FindingGroup,
'Query with memory a grant exceeding '
Expand Down

0 comments on commit efe2074

Please sign in to comment.