We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 083149b + 0eeb5a5 commit 72f1f16Copy full SHA for 72f1f16
sp_Blitz.sql
@@ -6158,7 +6158,7 @@ IF @ProductVersionMajor >= 10
6158
END;
6159
6160
6161
- IF @ProductVersionMajor >= 13 AND @ProductVersionMinor < 2149 --CU1 has the fix in it
+ IF @ProductVersionMajor = 13 AND @ProductVersionMinor < 2149 --2016 CU1 has the fix in it
6162
AND NOT EXISTS ( SELECT 1
6163
FROM #SkipChecks
6164
WHERE DatabaseName IS NULL AND CheckID = 182 )
0 commit comments