You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Deprecated/sp_BlitzIndex_SQL_Server_2005.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Known limitations of this version:
43
43
-- Example 1: index creates use ONLINE=? instead of ONLINE=ON / ONLINE=OFF. This is because it's important for the user to understand if it's going to be offline and not just run a script.
44
44
-- Example 2: they do not include all the options the index may have been created with (padding, compression filegroup/partition scheme etc.)
45
45
-- (The compression and filegroup index create syntax isn't trivial because it's set at the partition level and isn't trivial to code. Two people have voted for wanting it so far.)
46
-
- Doesn't advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of insanity.)
46
+
- Doesn't advise you about data modeling for clustered indexes and primary keys (primarily looks for signs of problems.)
47
47
- Found something? Let us know at help@brentozar.com.
0 commit comments