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
I'd look at your explain plan and turn on STATISTICS IO and STATISTICS time to see if anything jumps out at you.