Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dead connection detection with SQL Server Clustering

Status
Not open for further replies.

nshen

Programmer
May 14, 2002
53
0
0
US
Hi! My application retries the last SQL query when a conncetion went down then came backup again. This worked well with standalone SQL Server 2000.
But in a SQL Sever 2000 clustering, if one of the nodes went out then came back up again, the dead connection attribute SQL_ATTR_CONNECTION_DEAD was never set, therefore the connection was not usable yet it was not "dead".

How can I detect a dead connection in a clustering situation? I was hoping the cluster itself would automatically replace the bad one with a valid connection but I guess this might be either too mcuh to ask for or maybe I missed a cluster setup parameter.
Any hints or tips are appreciated!

Regards, Nancy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top