Skip to content

Commit 6c8f80e

Browse files
CopilotBrentOzar
andauthored
sp_Blitz: stop version-checking deprecated FRK components
Agent-Logs-Url: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/sessions/033fb078-62be-4d8e-b279-d0187c5c2d9e Co-authored-by: BrentOzar <245462+BrentOzar@users.noreply.github.com>
1 parent 7efd671 commit 6c8f80e

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)