Skip to content

Commit 2c9886a

Browse files
committed
revert some changee
1 parent aa0af75 commit 2c9886a

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
@@ -23015,7 +23015,7 @@ Known limitations of this version:
2301523015
filegroup/partition scheme etc.)
2301623016
-- (The compression and filegroup index create syntax is not trivial because it is set at the partition
2301723017
level and is not trivial to code.)
23018-
- Does not advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of problems.)
23018+
- Does not advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of insanity.)
2301923019

2302023020
Unknown limitations of this version:
2302123021
- We knew them once, but we forgot.
@@ -23884,7 +23884,7 @@ BEGIN TRY
2388423884
bir.create_tsql,
2388523885
bir.more_info
2388623886
FROM #BlitzIndexResults AS bir;
23887-
RAISERROR('Running sp_BlitzIndex on a server with 50+ databases may cause temporary problems for the server', 12, 1);
23887+
RAISERROR('Running sp_BlitzIndex on a server with 50+ databases may cause temporary insanity for the server', 12, 1);
2388823888
END;
2388923889

2389023890
RETURN;

0 commit comments

Comments
 (0)