Skip to content

Commit 28f004b

Browse files
committed
Revert some changes
1 parent 377a8c6 commit 28f004b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Install-Core-Blitz-No-Query-Store.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ AS
11601160
IF @BringThePain = 0 AND 50 <= (SELECT COUNT(*) FROM sys.databases) AND @CheckUserDatabaseObjects = 1
11611161
BEGIN
11621162
SET @CheckUserDatabaseObjects = 0;
1163-
PRINT 'Running sp_Blitz @CheckUserDatabaseObjects = 1 on a server with 50+ databases may cause temporary problems for the server and/or user.';
1163+
PRINT 'Running sp_Blitz @CheckUserDatabaseObjects = 1 on a server with 50+ databases may cause temporary insanity for the server and/or user.';
11641164
PRINT 'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.';
11651165
INSERT INTO #BlitzResults
11661166
( CheckID ,
@@ -20153,7 +20153,7 @@ Known limitations of this version:
2015320153
filegroup/partition scheme etc.)
2015420154
-- (The compression and filegroup index create syntax is not trivial because it is set at the partition
2015520155
level and is not trivial to code.)
20156-
- Does not advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of problems.)
20156+
- Does not advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of insanity.)
2015720157

2015820158
Unknown limitations of this version:
2015920159
- We knew them once, but we forgot.
@@ -20995,7 +20995,7 @@ BEGIN TRY
2099520995
VALUES ( 1,
2099620996
0,
2099720997
N'You''re trying to run sp_BlitzIndex on a server with ' + CAST(@NumDatabases AS NVARCHAR(8)) + N' databases. ',
20998-
N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server and/or user.',
20998+
N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary insanity for the server and/or user.',
2099920999
N'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.',
2100021000
'http://FirstResponderKit.org',
2100121001
'',
@@ -21022,7 +21022,7 @@ BEGIN TRY
2102221022
bir.create_tsql,
2102321023
bir.more_info
2102421024
FROM #BlitzIndexResults AS bir;
21025-
RAISERROR('Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server', 12, 1);
21025+
RAISERROR('Running sp_BlitzIndex on a server with 50+ databases may cause temporary instanity for the server', 12, 1);
2102621026
END;
2102721027

2102821028
RETURN;

Install-Core-Blitz-With-Query-Store.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ AS
11601160
IF @BringThePain = 0 AND 50 <= (SELECT COUNT(*) FROM sys.databases) AND @CheckUserDatabaseObjects = 1
11611161
BEGIN
11621162
SET @CheckUserDatabaseObjects = 0;
1163-
PRINT 'Running sp_Blitz @CheckUserDatabaseObjects = 1 on a server with 50+ databases may cause temporary problems for the server and/or user.';
1163+
PRINT 'Running sp_Blitz @CheckUserDatabaseObjects = 1 on a server with 50+ databases may cause temporary insanity for the server and/or user.';
11641164
PRINT 'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.';
11651165
INSERT INTO #BlitzResults
11661166
( CheckID ,
@@ -20153,7 +20153,7 @@ Known limitations of this version:
2015320153
filegroup/partition scheme etc.)
2015420154
-- (The compression and filegroup index create syntax is not trivial because it is set at the partition
2015520155
level and is not trivial to code.)
20156-
- Does not advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of problems.)
20156+
- Does not advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of insanity.)
2015720157

2015820158
Unknown limitations of this version:
2015920159
- We knew them once, but we forgot.
@@ -20995,7 +20995,7 @@ BEGIN TRY
2099520995
VALUES ( 1,
2099620996
0,
2099720997
N'You''re trying to run sp_BlitzIndex on a server with ' + CAST(@NumDatabases AS NVARCHAR(8)) + N' databases. ',
20998-
N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server and/or user.',
20998+
N'Running sp_BlitzIndex on a server with 50+ databases may cause temporary insanity for the server and/or user.',
2099920999
N'If you''re sure you want to do this, run again with the parameter @BringThePain = 1.',
2100021000
'http://FirstResponderKit.org',
2100121001
'',
@@ -21022,7 +21022,7 @@ BEGIN TRY
2102221022
bir.create_tsql,
2102321023
bir.more_info
2102421024
FROM #BlitzIndexResults AS bir;
21025-
RAISERROR('Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server', 12, 1);
21025+
RAISERROR('Running sp_BlitzIndex on a server with 50+ databases may cause temporary insanity for the server', 12, 1);
2102621026
END;
2102721027

2102821028
RETURN;

0 commit comments

Comments
 (0)