Hi
I have created a test environment with Distributed Availability Group (SQL 2016) for DR Testing and I can fail over to DR. Now I need to test the DR site databases with application. To avoid the test data sync back to Production site, i have to drop the Distributed AG.
Is there any way I can do the test with out breaking the Distributed Availability Group by pausing all transactions from Primary and do the test on DR site and resume Distributed AG with out any change in Primary site?
Thanks