If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have an ASP page calling a stored procedure. When I run the stored procedure on the server (under root) it took 40 - 50 minutes. However, when the ASP page calls it, it dies after about a minute. Any ideas on how to allow the SP to run to completion?
Check the configs on ODBC, OLE DB provider for any timeout setting. BTW, your sp that took 40,50 min to run is somewhat suspicious for me! would you please sending its source here?
-Good luck.