Skip to content

Commit d6c9171

Browse files
author
Hannah Vernon
committed
added note about index_count column to the README.md
1 parent 8ffb8b3 commit d6c9171

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)