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 |
Vishal4588
Starting Member
1 Post |
Posted - 2014-06-27 : 04:06:33
|
Hi All,I am new in this forum. I have one doubt related to Always On. One one my client database we have three instances (Example: A, B, C). He want me to move all instances in separate servers and then implement Always On for all three instances. Example: Server X: Instance AServer Y: Instance BServer Z: Instance CBut apart from these three server we have only one server (Stand By server D). Client want us to create three instance in StandBy server and configure Always On with all primary servers.Example:Primary || Stand By====================Server A: Server DServer B: Server DServer C: Server DI am not sure whether we can implement this type of scenario (Many to One). Please let me know if you need any more information.Regards,Dev |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-06-27 : 14:24:35
|
Yes you can do that but all 4 servers need to be in the same Windows cluster. You would create 3 Availability Groups for A, B, and C and then each of those would use D as the secondary replica.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|