Re: SQL Server 2000 query time out option, what does it do?
- From: "Robert" <robert.j.sipe@xxxxxxxxxx>
- Date: Mon, 30 Jan 2006 17:03:40 GMT
We had a situation where a user in Access left a drop down menu open all
night. The drop down menu ran a select query for 13 hours. The query only
completed when the user ended the session the next day. The focal for the
application would like SQL Server to terminate the query if it takes over 5
or 10 minutes to complete. The select statement left a lock on the table
and updates and index reorgs were held up. I think SQL sees the query as a
valid running query and the timeout is ignored.
"Erland Sommarskog" <esquel@xxxxxxxxxxxxx> wrote in message
news:Xns9759B9DDB75C0Yazorman@xxxxxxxxxxxx
> Robert (robert.j.sipe@xxxxxxxxxx) writes:
>> Can anyone tell me what the query time out is for? It is not acting as
>> I would exepct
>
> The query timeout is for queries to remote servers. I will have to
> admit that I have not investigated the option in depth, although we
> have had cases at work where we have run into such timeouts.
>
> What are your expectations?
>
> --
> Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
>
> Books Online for SQL Server 2005 at
> http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
> Books Online for SQL Server 2000 at
> http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: SQL Server 2000 query time out option, what does it do?
- From: Erland Sommarskog
- Re: SQL Server 2000 query time out option, what does it do?
- References:
- Re: SQL Server 2000 query time out option, what does it do?
- From: Erland Sommarskog
- Re: SQL Server 2000 query time out option, what does it do?
- Prev by Date: T-SQL ROUND(decimal, int) vs C# Round(Decimal, Int32)
- Next by Date: Re: SQL Server does not exist or access denied
- Previous by thread: Re: SQL Server 2000 query time out option, what does it do?
- Next by thread: Re: SQL Server 2000 query time out option, what does it do?
- Index(es):
Relevant Pages
|