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: sp_IndexCleanup/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ EXECUTE dbo.sp_IndexCleanup
84
84
- The multi-database processing feature (@get_all_databases) analyzes each database sequentially for better performance and resource management
85
85
- System databases (master, model, msdb, tempdb, rdsadmin) are always excluded from processing
86
86
- When using @get_all_databases, results for all databases are combined in a single result set
87
+
- The index_count column for the SUMMARY row in the output table will likely indicate a lower number than is shown at the DATABASE level. The SUMMARY level only includes indexes that have been analyzed; excluding things like clustered indexes, heaps, xml indexes, etc. The DATABASE level index_count value is the total number of indexes in the database.
0 commit comments