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
2015820158Unknown 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;
0 commit comments