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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -864,12 +864,17 @@ AS
864
864
INSERTINTO #SkipChecks (CheckID) VALUES (6); /* Security - Jobs Owned By Users per https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/1919 */
INSERTINTO #SkipChecks (CheckID) VALUES (24); /* File Configuration - System Database on C Drive per https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/1919 */
867
+
INSERTINTO #SkipChecks (CheckID) VALUES (30); /* SQL Agent Alerts cannot be configured on MI */
867
868
INSERTINTO #SkipChecks (CheckID) VALUES (50); /* Max Server Memory Set Too High - because they max it out */
868
869
INSERTINTO #SkipChecks (CheckID) VALUES (55); /* Security - Database Owner <> sa per https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/issues/1919 */
870
+
INSERTINTO #SkipChecks (CheckID) VALUES (61); /* SQL Agent Alerts cannot be configured on MI */
871
+
INSERTINTO #SkipChecks (CheckID) VALUES (73); /* SQL Agent Failsafe Operator cannot be configured on MI */
869
872
INSERTINTO #SkipChecks (CheckID) VALUES (74); /* TraceFlag On - because Azure Managed Instances go wild and crazy with the trace flags */
873
+
INSERTINTO #SkipChecks (CheckID) VALUES (96); /* SQL Agent Alerts cannot be configured on MI */
0 commit comments