Groups | Blog | Home
all groups > sql server clustering > january 2004 >

sql server clustering : SQL Cluster Always up?


CD
1/13/2004 6:58:47 AM
At our center we were under the impression that with a sql cluster system
the app would be up if a node failed and rolled to second node. My question
is specifically if in this environment should the client die and have to be
restarted. We had the mind set that the user would not see any issues
expect for a short burp and not having to restart the app.

TIA
CD

Geoff N. Hiten
1/13/2004 9:52:41 AM
From the outside, a cluster failover looks like a stop and restart of the
SQL server, as such any transactions are rolled back/forward and all
connections are closed. Client applications need to be able to handle this
transparently to the end user. This should be part of any well designed and
built client application anyway.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com




[quoted text, click to view]

rboyd NO[at]SPAM onlinemicrosoft.com
1/13/2004 3:20:58 PM
When SQL Server fails over the connection from the client is disconnected.
A failover is SQL Server stopping on one node and then restarting on the
other. Once the connection has been disconnected it will have to be
restarted; most likely by the application restarting. (or taking some
intervention).

Rand
This posting is provided "as is" with no warranties and confers no rights.
AddThis Social Bookmark Button