SQL 2005 orphaned connections
- From: "Andrew Teece" <enate@xxxxxxxxxxxxx>
- Date: Mon, 14 Apr 2008 13:46:27 +0100
Hi,
One of our customers seems to be experiancing orphaned SQL connections, which I thought was pretty much impossible with SQL 2005?
My reasoning for this is that SQL 2005 (by default) uses keep-alive requests after 30 seconds of idle time. So if the client connection is broken SQL will release all resources used by the connection.
Do we need to do something to explicitly enable this behaviour? The help suggests that it is enabled by default, as does this MS blog post;
http://blogs.msdn.com/sql_protocols/archive/2006/03/09/546852.aspx
However other people seem to have commented that SQL is sending the keep-alive, but is not doing anything when it receives no response.
Is my assumption that SQL should be able to deal with a client connectivity being lost (due to keep-alive requests)?
Andrew
.
- Follow-Ups:
- RE: SQL 2005 orphaned connections
- From: Charles Wang[MSFT]
- Re: SQL 2005 orphaned connections
- From: William Vaughn [MVP]
- Re: SQL 2005 orphaned connections
- From: Andrew Teece
- RE: SQL 2005 orphaned connections
- Prev by Date: Re: SQL Connection closes by itself
- Next by Date: Re: SQL 2005 orphaned connections
- Previous by thread: SQL Connection closes by itself
- Next by thread: Re: SQL 2005 orphaned connections
- Index(es):
Relevant Pages
|
Loading