Skip to content

Commit 72f1f16

Browse files
authored
Merge pull request #2947 from BrentOzarULTD/2946_sp_Blitz_query_store_rtm
#2946 sp_Blitz query store rtm check
2 parents 083149b + 0eeb5a5 commit 72f1f16

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
@@ -6158,7 +6158,7 @@ IF @ProductVersionMajor >= 10
61586158
END;
61596159

61606160

6161-
IF @ProductVersionMajor >= 13 AND @ProductVersionMinor < 2149 --CU1 has the fix in it
6161+
IF @ProductVersionMajor = 13 AND @ProductVersionMinor < 2149 --2016 CU1 has the fix in it
61626162
AND NOT EXISTS ( SELECT 1
61636163
FROM #SkipChecks
61646164
WHERE DatabaseName IS NULL AND CheckID = 182 )

0 commit comments

Comments
 (0)