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.


  • Datafile and Log file folder should be same in all four nodes

Alter availibility group group_name REMOVE DATABASE availability_database_name

Comments

Popular posts from this blog

SQL Server – How to re-initialize just a single article in transaction replication

SQL Deadlock Report - Extended Events

DBA Daily Commands in Handy