Viewing 2 posts - 1 through 3 (of 3 total)
Slawek Guzek (9/12/2010)
You issued:
SELECT * FROM table WHERE fname='???'
It means that for every row found in index sever must perform...
September 13, 2010 at 1:48 am
#1219873
Really thanks
I tested all of them!
But sql server (2008 R2 - x64) doesn't use index on about 6 millions of records,
but when records omitted to under 1 millions, use index!!!!
I...
September 12, 2010 at 1:59 pm
#1219761