Hi All,
I have configured Distributed Always-On from DC1 to DC2 on SQL Server 2017 Ent edition as like below.
DC1 (Clust1)
DB1
DB2
Listener Name/VIP: DC1_List
DC2 (Clust2)
DB3
DB4
Listener Name/VIP: DC2_List
Distributor AO name: Dist_DC1_DC2
My Question:
1. Which SQL instance name or listener name I have to use in application connect string to connect DB? is it primary DB instance-DB1?
2. Can we create VIP/listener for Distributor AO name (Dist_DC1_DC2)? If yes, can i use Distributor AO in application connection string to connect DB?