Ask a Question related to ASP Database, Design and Development.
-
Chris Kennedy #1
SQL Server Timeout
I am connecting to SQL server 2000 via ASP using an ADO recordset and OLEDB
connection. Occasionally I execute queries though the execute method of the
connection. Just recently this has started giving a timeout expired error
but will allow me to delete via the recordset delete method. It's not a huge
problem to do this but many other sites use direct SQL execution and I am
worried that they will stop working. Also sometimes it will work and
sometimes it won't. Is this something obvious that people have come across
before. If anyone could give me some pointers, that would give me something
to start on before I start asking my manager to start looking at IIS or SQL
server. I'm OK on the design side of SQL server but don't have much
experience on doing diagnostic/profiling type stuff.
Chris Kennedy Guest
-
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
ASP + SQL Server - Timeout Expired
Hello In my ASP page I am trying to ascertain whether a randomly generated ID starts with certain characters that are not allowed or has been used... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on... -
Server Timeout
Greetings, I apologize if this is not the right forum for this question. If so, kindly point me in the right direction and I'll not bother you... -
Connection timeout - detect if server is available
I have a connection on a web page to a sql server that isn't always available. I set the CONNECTIONTIMEOUT property to various times between 3 and... -
Aaron Bertrand - MVP #2
Re: SQL Server Timeout
Some tools and KB articles here that might help.
[url]http://www.aspfaq.com/2513[/url]
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"Chris Kennedy" <nospam@microsoft.com> wrote in message
news:e6OpE#7wDHA.1740@TK2MSFTNGP12.phx.gbl...OLEDB> I am connecting to SQL server 2000 via ASP using an ADO recordset andthe> connection. Occasionally I execute queries though the execute method ofhuge> connection. Just recently this has started giving a timeout expired error
> but will allow me to delete via the recordset delete method. It's not asomething> problem to do this but many other sites use direct SQL execution and I am
> worried that they will stop working. Also sometimes it will work and
> sometimes it won't. Is this something obvious that people have come across
> before. If anyone could give me some pointers, that would give meSQL> to start on before I start asking my manager to start looking at IIS or> server. I'm OK on the design side of SQL server but don't have much
> experience on doing diagnostic/profiling type stuff.
>
>
Aaron Bertrand - MVP Guest
-
Наиль Сибгатуллин #3
Re: SQL Server Timeout
Hello!
I'm using next command to avoid problem with timeout
Server.ScriptTimeout = 300
it sets timeout interval to 5 min.
"Chris Kennedy" <nospam@microsoft.com> сообщил/сообщила в новостях
следующее: news:e6OpE#7wDHA.1740@TK2MSFTNGP12.phx.gbl...OLEDB> I am connecting to SQL server 2000 via ASP using an ADO recordset andthe> connection. Occasionally I execute queries though the execute method ofhuge> connection. Just recently this has started giving a timeout expired error
> but will allow me to delete via the recordset delete method. It's not asomething> problem to do this but many other sites use direct SQL execution and I am
> worried that they will stop working. Also sometimes it will work and
> sometimes it won't. Is this something obvious that people have come across
> before. If anyone could give me some pointers, that would give meSQL> to start on before I start asking my manager to start looking at IIS or> server. I'm OK on the design side of SQL server but don't have much
> experience on doing diagnostic/profiling type stuff.
>
>
Наиль Сибгатуллин Guest



Reply With Quote

