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:
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
2302023020Unknown 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;
You can’t perform that action at this time.
0 commit comments