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 @@ -23015,7 +23015,7 @@ Known limitations of this version:
23015
23015
filegroup/partition scheme etc.)
23016
23016
-- (The compression and filegroup index create syntax is not trivial because it is set at the partition
23017
23017
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 .)
23019
23019
23020
23020
Unknown limitations of this version:
23021
23021
- We knew them once, but we forgot.
@@ -23884,7 +23884,7 @@ BEGIN TRY
23884
23884
bir.create_tsql,
23885
23885
bir.more_info
23886
23886
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);
23888
23888
END;
23889
23889
23890
23890
RETURN;
You can’t perform that action at this time.
0 commit comments