We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a5c60 commit ede0e4eCopy full SHA for ede0e4e
sp_Blitz.sql
@@ -326,6 +326,7 @@ AS
326
INSERT INTO #SkipChecks (CheckID) VALUES (184); /* xp_readerrorlog checking for IFI */
327
INSERT INTO #SkipChecks (CheckID) VALUES (211); /* xp_regread checking for power saving */
328
INSERT INTO #SkipChecks (CheckID) VALUES (212); /* xp_regread */
329
+ INSERT INTO #SkipChecks (CheckID) VALUES (219);
330
END; /* Amazon RDS skipped checks */
331
332
/* If the server is ExpressEdition, skip checks that it doesn't allow */
0 commit comments