pdx_man said:Tell us about the tables you are inserting into. Indexes, foreign keys, constraints ...
My immediate guess, if all things were equal, is that you have disk i/o bottleneck on your SQL Server. I've been using both for 10+ years and have never seen Access faster than SQL Server with all things equal.
davebhoy said:The tables are created in the program that the query is in. Access creates a table in that Access DB, and the stored procedure in SQL creates a table in that SQL DB. So are you saying that Access would be quicker in this case and why?
No indexes and no foreign keys in either case.
Thanks again.
The_Doc_Man said:You don't specify enough information about the configuration and the steps of your speed test to be able to answer the question. What is connected to what in each leg of the test?
SQL_Hell said:Quote:
Just running the code in QA once is not going to be a great determination of how SQL Server performs as it is the subsequent runs that an execution plan is used and the performance is realized.
Err what, please explain why running code is QA is not a good way determining performance?
Have you ever looked at the estimated execution plan?