Skip to content

Commit aa0af75

Browse files
committed
revert some more install script items
1 parent 28f004b commit aa0af75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Install-All-Scripts.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,7 @@ AS
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
'',

0 commit comments

Comments
 (0)