SQL Server Aggregator

Unused indexes on a database, its good and bad

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 Read More...
Published Friday, July 27, 2007 11:51 PM by SSQA.net
Anonymous comments are disabled