R
Ross
I am passing a stored procedure from MS Access to SQL server and it is
timing out.
If I hit debug and run again, about 50% of the time the procedure will
completely execute before timing out again (a second time).
How do I extend the time out properties of access so that the stored
procedure in SQL server has time to run?
There are no ODBC connections involved with this scenario. I am just update
SQL server tables.
If I run the stored procedure directly from SQL server, it runs in about 10
to 25 secs.
Thanks
Ross
timing out.
If I hit debug and run again, about 50% of the time the procedure will
completely execute before timing out again (a second time).
How do I extend the time out properties of access so that the stored
procedure in SQL server has time to run?
There are no ODBC connections involved with this scenario. I am just update
SQL server tables.
If I run the stored procedure directly from SQL server, it runs in about 10
to 25 secs.
Thanks
Ross