Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sp_IndexCleanup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ EXECUTE dbo.sp_IndexCleanup
- The multi-database processing feature (@get_all_databases) analyzes each database sequentially for better performance and resource management
- System databases (master, model, msdb, tempdb, rdsadmin) are always excluded from processing
- When using @get_all_databases, results for all databases are combined in a single result set
- 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.

Copyright 2024 Darling Data, LLC
Released under MIT license