Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Elidas
Starting Member
33 Posts |
Posted - 2008-05-09 : 04:49:06
|
Lets suppose I have a cluster with 2 nodes (node1 and node2), if node1 instance fails then node2 do the failover and continue with the work.My question is, once the node1 is raised again what do I do to move the instance back to node1? is it automatically done by SQL Server? |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-05-09 : 11:57:08
|
You can move groups and resources or initiate failure which will cause node 1 to be active. |
 |
|
|
|
|