• Welsh Corgi - Monday, January 23, 2017 2:58 AM

    So are you telling me if a have for example an index CallID as a single column index and I have another Index that starts off with CallID and several other columns I do not need the index with CallID as the single column Index?

    In general, yes. The narrower index is redundant.

    John Mitchell-245523 - Monday, January 23, 2017 3:20 AM

    Have you looked in sys.dm_db_index_usage_stats?

    Index usage stats will usually show both indexes being used, because the optimiser will happily use them both (also happens when there are multiple identical indexes)

    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