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 213f104 + c057671 commit d63e3b2Copy full SHA for d63e3b2
sp_Blitz.sql
@@ -878,6 +878,8 @@ AS
878
INSERT INTO #SkipChecks (CheckID, DatabaseName) VALUES (80, 'model'); /* Max file size set */
879
INSERT INTO #SkipChecks (CheckID, DatabaseName) VALUES (80, 'msdb'); /* Max file size set */
880
INSERT INTO #SkipChecks (CheckID, DatabaseName) VALUES (80, 'tempdb'); /* Max file size set */
881
+ INSERT INTO #SkipChecks (CheckID) VALUES (224); /* CheckID 224 - Performance - SSRS/SSAS/SSIS Installed */
882
+ INSERT INTO #SkipChecks (CheckID) VALUES (92); /* CheckID 92 - drive space */
883
INSERT INTO #BlitzResults
884
( CheckID ,
885
Priority ,
0 commit comments