SQl Server doe not use the INCLUDE columns of an index

  • Good day,

    We defined an index with INCLUDE columns as suggested by the Execution Plan . However I found that the INCLUDE Columns are not used and an alternative Index with the INCLUDED Columns now forming part of the INDEX. Should we ignore this alternative suggested Index ?

  • The missing indexes are suggestions, not directives. If you try one out and find that it doesn't help the query, remove the index.

    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 2 posts - 1 through 2 (of 2 total)

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