Skip to content

Commit 8a48908

Browse files
authored
Merge pull request #15858 from MikeRayMSFT/2020707-replication-distribution-database
Clarify operational state of replication database
2 parents 224534f + 7c26d6b commit 8a48908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/replication/configure-distribution-availability-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ After a distribution database in the AG is configured based on the steps describ
6868
>[!NOTE]
6969
>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.
7070
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.
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, however replication will continue to work correctly.
7272
- 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.
7373
- 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.
7474
- Make changes to distributor or distribution database properties in all replicas participating in distribution database AG.

0 commit comments

Comments
 (0)