Skip to content

Commit 950c466

Browse files
committed
sp_Blitz - removing sp_foreachdb
Since we no longer need to check whether it's outdated.
1 parent 783cb3b commit 950c466

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sp_Blitz.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,8 +4409,6 @@ BEGIN
44094409
' UNION ALL ' + @crlf +
44104410
' SELECT ''sp_DatabaseRestore'',''P'',0' + @crlf +
44114411
' UNION ALL ' + @crlf +
4412-
' SELECT ''sp_foreachdb'',''P'',0' + @crlf +
4413-
' UNION ALL ' + @crlf +
44144412
' SELECT ''sp_ineachdb'',''P'',0' + @crlf +
44154413
' UNION ALL' + @crlf +
44164414
' SELECT ''SqlServerVersions'',''U'',0' + @crlf +

0 commit comments

Comments
 (0)