Skip to content

Commit

Permalink
Merge pull request #8876 from SQLSourabh/patch-59
Browse files Browse the repository at this point in the history
Update configure-replication-for-always-on-availability-groups-sql-se…
  • Loading branch information
PRMerger10 committed Jan 25, 2019
2 parents d5f3304 + 6be2457 commit ed57ce7
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -2,7 +2,7 @@
title: "Configure replication with availability groups"
description: "Configure replication with your Always On availability group."
ms.custom: "seodec18"
ms.date: "07/09/2018"
ms.date: "01/25/2019"
ms.prod: sql
ms.reviewer: ""
ms.technology: high-availability
Expand Down Expand Up @@ -120,9 +120,7 @@ ALTER AVAILABILITY GROUP 'MyAG'
```

For more information, see [Creation and Configuration of Availability Groups (SQL Server)](../../../database-engine/availability-groups/windows/creation-and-configuration-of-availability-groups-sql-server.md).

> [!NOTE]
> Replication cannot be enabled on databases in an Availability Group with DTC_Support enabled using Per_DB option.


## <a name="step3"></a> 3. Insure that all of the Secondary Replica Hosts are Configured for Replication
At each secondary replica host, verify that [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] has been configured to support replication. The following query can be run at each secondary replica host to determine whether replication is installed:
Expand Down

0 comments on commit ed57ce7

Please sign in to comment.