Distributed AG setup with 4 Nodes
DAG SETUP:
Below links very useful to configure DAG setup.
https://www.mssqltips.com/sqlservertip/6987/distributed-availability-groups-for-sql-server-disaster-recovery/
Issues:
ALTER AVAILABILITY GROUP [AGNAME] GRANT CREATE ANY DATABASE
we should enable the permission before configuring the Always on setup.
If you are facing any issue with secondary cluster for dropping the database need to remove the DAG setup.
Then remove the replica from secondary cluster.
Comments
Post a Comment