Skip to content

Commit a316996

Browse files
Merge pull request #530 from HannahVernon/sp_IndexCleanup_update_readme
added note about index_count column to the README.md
2 parents b984113 + d6c9171 commit a316996

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sp_IndexCleanup/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ EXECUTE dbo.sp_IndexCleanup
8484
- The multi-database processing feature (@get_all_databases) analyzes each database sequentially for better performance and resource management
8585
- System databases (master, model, msdb, tempdb, rdsadmin) are always excluded from processing
8686
- 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.
8788

8889
Copyright 2024 Darling Data, LLC
8990
Released under MIT license

0 commit comments

Comments
 (0)