Find top 5 indexes used using Profiler

  • I am trying to find a way to determine my top 5 used indexes.  I know it will require the help of Profiler, but I am not sure of the parameters.  I appreciate any feedback.  Thanks

  • Include Object scans for the event, and object id and index id for the columns......then query the reulting table of data.....standard group by and counts......

  • In SQL 2005 there's a DM  view that can show you this. sys.dm_db_index_usage_stats

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply