You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sp_Blitz.sql
+2-2
Original file line number
Diff line number
Diff line change
@@ -6706,8 +6706,8 @@ IF @ProductVersionMajor >= 10
6706
6706
WHEN [owi].[windows_release] >='6'AND [owi].[windows_release] <='6.1'THEN'You''re running a pretty old version: Windows: Server 2008/2008R2 era, version '+CAST([owi].[windows_release] ASVARCHAR(5))
6707
6707
WHEN [owi].[windows_release] ='6.2'THEN'You''re running a rather modern version of Windows: Server 2012 era, version '+CAST([owi].[windows_release] ASVARCHAR(5))
6708
6708
WHEN [owi].[windows_release] ='6.3'THEN'You''re running a pretty modern version of Windows: Server 2012R2 era, version '+CAST([owi].[windows_release] ASVARCHAR(5))
6709
-
WHEN [owi].[windows_release] >'6.3'THEN'Hot dog! You''re living in the future! You''re running version '+CAST([owi].[windows_release] ASVARCHAR(5))
6710
-
ELSE'I have no idea which version of Windows you''re on. Sorry.'
6709
+
WHEN [owi].[windows_release] ='10.0'THEN'You''re running a pretty modern version of Windows: Server 2016 era, version '+CAST([owi].[windows_release] ASVARCHAR(5))
6710
+
ELSE'Hot dog! You''re living in the future! You''re running version '+CAST([owi].[windows_release] ASVARCHAR(5))
0 commit comments