Skip to content

Commit f8bd086

Browse files
authored
Merge pull request BrentOzarULTD#3916 from BrentOzarULTD/copilot/remove-deprecated-component-warnings
sp_Blitz: stop reporting deprecated FRK components as “Component Outdated”
2 parents 161c2d3 + 6c8f80e commit f8bd086

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

sp_Blitz.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5202,10 +5202,6 @@ BEGIN
52025202
' MandatoryComponent' + @crlf +
52035203
')' + @crlf +
52045204
'AS (' + @crlf +
5205-
' SELECT ''sp_AllNightLog'',''P'' ,0' + @crlf +
5206-
' UNION ALL' + @crlf +
5207-
' SELECT ''sp_AllNightLog_Setup'', ''P'',0' + @crlf +
5208-
' UNION ALL ' + @crlf +
52095205
' SELECT ''sp_Blitz'',''P'',0' + @crlf +
52105206
' UNION ALL ' + @crlf +
52115207
' SELECT ''sp_BlitzBackups'',''P'',0' + @crlf +
@@ -5218,8 +5214,6 @@ BEGIN
52185214
' UNION ALL ' + @crlf +
52195215
' SELECT ''sp_BlitzLock'',''P'',0' + @crlf +
52205216
' UNION ALL ' + @crlf +
5221-
' SELECT ''sp_BlitzQueryStore'',''P'',0' + @crlf +
5222-
' UNION ALL ' + @crlf +
52235217
' SELECT ''sp_BlitzWho'',''P'',0' + @crlf +
52245218
' UNION ALL ' + @crlf +
52255219
' SELECT ''sp_DatabaseRestore'',''P'',0' + @crlf +

0 commit comments

Comments
 (0)