You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/replication/configure-distribution-availability-group.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ After a distribution database in the AG is configured based on the steps describ
68
68
>[!NOTE]
69
69
>Before executing any of replication stored procedures (for example - `sp_dropdistpublisher`, `sp_dropdistributiondb`, `sp_dropdistributor`, `sp_adddistributiondb`, `sp_adddistpublisher`) on secondary replica, make sure the replica is fully synchronized.
70
70
71
-
- All secondary replicas in a distribution database AG must be readable.
71
+
- All secondary replicas in a distribution database AG should be readable. If a secondary replica is not readable, distributor properties in SQL Server Management Studio on the particular secondary replica can not be accessed.
72
72
- All the nodes in the distribution database AG need to use the same domain account to run SQL Server Agent, and this domain account needs to have the same privilege on each node.
73
73
- If any replication agents run under a proxy account, the proxy account needs to exist in every node in the distribution database AG and have the same privilege on each node.
74
74
- Make changes to distributor or distribution database properties in all replicas participating in distribution database AG.
@@ -111,12 +111,18 @@ This example configures a new distributor and publisher and puts the distributio
111
111
112
112
The value of `@working_directory` should be a network path independent of DIST1, DIST2, and DIST3.
113
113
114
-
1. On DIST2 and DIST3, run:
114
+
1. On DIST2 and DIST3, if the replica is readable as a secondary, run:
0 commit comments