Query Index for Dictionary Based Queries

后端 未结 3 696
孤城傲影
孤城傲影 2020-12-21 18:21

What would be the most efficient way to query and index for the following:

SELECT * Persons.LastName A-D
SELECT * Persons.LastName E-L
SELECT * Persons.LastN         


        
3条回答
  •  再見小時候
    2020-12-21 18:57

    I'd look at your explain plan and turn on STATISTICS IO and STATISTICS time to see if anything jumps out at you.

提交回复
热议问题