Hello folks!
I have an issue that is very puzzling. We have a web page that is performing a search in SQL. It is timing out on the line where we open the recordset and pass a call to the stored procedure.
The weird thing is that in Query Analyzer I can run the exact same query and get the results back in 15 seconds or less most of the time. In our ASP page, all our timeouts are set to 180 seconds.
So we cannot figure out why it is taking so long for the SQL server to send the results back to the recordset on the web server. We have several web sites on this web server server that are using this same SQL server and only one of the sites is having this issue.
Does anybody have any insight that may help us resolve this problem?
Thanks,
-Greg
I have an issue that is very puzzling. We have a web page that is performing a search in SQL. It is timing out on the line where we open the recordset and pass a call to the stored procedure.
The weird thing is that in Query Analyzer I can run the exact same query and get the results back in 15 seconds or less most of the time. In our ASP page, all our timeouts are set to 180 seconds.
So we cannot figure out why it is taking so long for the SQL server to send the results back to the recordset on the web server. We have several web sites on this web server server that are using this same SQL server and only one of the sites is having this issue.
Does anybody have any insight that may help us resolve this problem?
Thanks,
-Greg