Remove Availability Group -Replica -Databases-Listener-
Dropping the Availability Group will remove all associated objects . 1.Database (s) will be removed from AG databases 2.Listener will be deleted (object will be dropped from Active Directory). 3.Replicas will be removed from the AG group configuration USE [master] GO DROP AVAILABILITY GROUP [AG Group Name] GO Dropping Availability Group USE [master] GO ALTER […]