Browse by Tags

Unused indexes on a database, its good and bad
Published 27 July 7 8:51 AM | SSQA.net
You may be aware that the indexes on a SQL Server database take up space, so in case of unused indexes its obvious that they waste storage. It is easy to find the indexes using SP_HELPINDEX statement against a table, so to identify the unused indexes...