Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c126b13

Browse files
BrentOzarULTD#1199 sp_Blitz update unsupported build list
Reflecting unsupported service packs on 2012/2014. Closes BrentOzarULTD#1199.
1 parent 68a8afa commit c126b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎sp_Blitz.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,8 +3315,8 @@ AS
33153315
WHERE DatabaseName IS NULL AND CheckID = 128 )
33163316
BEGIN
33173317

3318-
IF (@ProductVersionMajor = 12 AND @ProductVersionMinor < 2000) OR
3319-
(@ProductVersionMajor = 11 AND @ProductVersionMinor < 3000) OR
3318+
IF (@ProductVersionMajor = 12 AND @ProductVersionMinor < 5000) OR
3319+
(@ProductVersionMajor = 11 AND @ProductVersionMinor < 6020) OR
33203320
(@ProductVersionMajor = 10.5 AND @ProductVersionMinor < 6000) OR
33213321
(@ProductVersionMajor = 10 AND @ProductVersionMinor < 6000) OR
33223322
(@ProductVersionMajor = 9 /*AND @ProductVersionMinor <= 5000*/)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /