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 4022
4022
IF @BringThePain = 0 AND 50 <= (SELECT COUNT(*) FROM sys.databases) AND @CheckUserDatabaseObjects = 1
4023
4023
BEGIN
4024
4024
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.';
4026
4026
PRINT 'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.';
4027
4027
INSERT INTO #BlitzResults
4028
4028
( CheckID ,
@@ -23857,7 +23857,7 @@ BEGIN TRY
23857
23857
VALUES ( 1,
23858
23858
0,
23859
23859
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.',
23861
23861
N'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.',
23862
23862
'http://FirstResponderKit.org',
23863
23863
'',
You can’t perform that action at this time.
0 commit comments