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.
2 parents 46a5c60 + ede0e4e commit 4546ac1Copy full SHA for 4546ac1
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