greggranger
MIS
I have a stored procedure that I created in SQL which takes about 90 seconds to run. When I initially ran the SP in my Access Project application, it would not run and returned a "timeout expired" error.
After changing the OLE/DDE timeout option for the Access Project application to 0, the stored procedure will run but takes about 600 seconds to return data to the screen. The record set returned by the sp is approx 70 records.
Any ideas on why the sp runs fine in SQL, but takes forever in my Access Project db? ANy assistance is greatley appreciated
After changing the OLE/DDE timeout option for the Access Project application to 0, the stored procedure will run but takes about 600 seconds to return data to the screen. The record set returned by the sp is approx 70 records.
Any ideas on why the sp runs fine in SQL, but takes forever in my Access Project db? ANy assistance is greatley appreciated