Yes. I have indexes on all the columns I''l be searching on.
It's weird: When I use MS Access to on these tables it is much faster.
I am writeing a DLL so I can do some real spacific things with the tables in Excel.
I'm staring to think that I need to create a few stored procedures on the SQL server. Do you have any expereinece with that?





by: rrjegan17Posted on 2009-09-11 at 04:59:12ID: 25308493
>> I'm not sure but I think that the database driver is downloading the whole table and then running the query locally. Is that true?
Not really..
You are applying some filters right..
Do you have Indexes on those columns so that it can retrieve the records faster.