G
Guest
Hello
I have a SQL Server 2000 database query that takes a long time (about 1.5 min in SQL Query Analyser) that I am running from a web page. I keep getting a Timeout error regardless of how long I set the Timeout property i
Server.ScriptTimeout = 5000
in the asp.net page o
Connect Timeout=500
in the DB conn string. I still get a System.Data.SqlClient.SqlException error from asp.net
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not respondin
The server is there because the same conn string is used in other queries that work. What is the problem?
I have a SQL Server 2000 database query that takes a long time (about 1.5 min in SQL Query Analyser) that I am running from a web page. I keep getting a Timeout error regardless of how long I set the Timeout property i
Server.ScriptTimeout = 5000
in the asp.net page o
Connect Timeout=500
in the DB conn string. I still get a System.Data.SqlClient.SqlException error from asp.net
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not respondin
The server is there because the same conn string is used in other queries that work. What is the problem?