diff --git a/sp_IndexCleanup/README.md b/sp_IndexCleanup/README.md index 3e3a3706..fd781644 100644 --- a/sp_IndexCleanup/README.md +++ b/sp_IndexCleanup/README.md @@ -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 \ No newline at end of file