why sql server not using the index.

  • Hi,

    Why sql server is not using the created indexes, how it will determine the index is useful, how the statistics are useful. Please provide some helpful links.

    thanks

    🙂

  • Either the index isn't selective enough or the query isn't SARGable.

    Care to post the query and indexes?

    As for links, check the index category on my blog.

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

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