Welcome to Aussie SQL Server Bloggers Sign in | Join | Help

Saturday, 23 February 2008 - Posts

usp_helpindexusagestats: a helpfull index analysis script

Here's an index analysis script I put together recently which combines output from sp_helpindex (also with included columns, which the regular sp_helpindex lacks) and the dm_db_index_usage_stats() DMV. I use this script primarily to identify which indexes
posted by Greg_Linwood | 2 Comments