asked on
Hi,
We are considering to setup SQL serve always on across 2 x sites and both site has to be HA and DR ready, so they can failover/fallback to each site.
also both sites need to have 2+ SQL server nodes.
Usually how many nodes on each site? 3 x nodes in primary site and 2 x nodes in DR site based on node majority ?
so by this, 2 x nodes in DR site, when primary site failed over to DR site, can still HA and DR back to primary site, right?
Any topology diagram shows how good is it when compare to 3x nodes (2 x primary and 1 x in DR site)
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
A distributed availability group is a special type of availability group that spans two separate availability groups. The availability groups that participate in a distributed availability group do not need to be in the same location.As far as the answer to your question: "When primary site DC failed, the FAILOVER will be automatically even it is in async mode, right? " Microsoft recommendation is the opposite at link posted above:
In a disaster recovery situation where you are switching data centers, you should not configure automatic failover (with rare exceptions).
ASKER
In a disaster recovery situation where you are switching data centers, you should not configure automatic failover (with rare exceptions).
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
As far as architecture goes - at high level details can be found here: https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/an-overview-of-high-availability-and-disaster-recovery-solutions/ba-p/370479