File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40224022 IF @BringThePain = 0 AND 50 <= (SELECT COUNT(*) FROM sys.databases) AND @CheckUserDatabaseObjects = 1
40234023 BEGIN
40244024 SET @CheckUserDatabaseObjects = 0;
4025- PRINT 'Running sp_Blitz @CheckUserDatabaseObjects = 1 on a server with 50+ databases may cause temporary problems for the server and/or user.';
4025+ PRINT 'Running sp_Blitz @CheckUserDatabaseObjects = 1 on a server with 50+ databases may cause temporary insanity for the server and/or user.';
40264026 PRINT 'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.';
40274027 INSERT INTO #BlitzResults
40284028 ( CheckID ,
@@ -23857,7 +23857,7 @@ BEGIN TRY
2385723857 VALUES ( 1,
2385823858 0,
2385923859 N'You''re trying to run sp_BlitzIndex on a server with ' + CAST(@NumDatabases AS NVARCHAR(8)) + N' databases. ',
23860- N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server and/or user.',
23860+ N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary insanity for the server and/or user.',
2386123861 N'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.',
2386223862 'http://FirstResponderKit.org',
2386323863 '',
You can’t perform that action at this time.
0 commit comments