Sql-server – Expanding AlwaysOn Availability Groups with Replication Subscribers

availability-groupssql servertransactional-replication

I have query regarding "AlwaysOn Availability Groups with Replication Subscribers"…

  1. Can I add multiple publishers to a subscriber(which is part of availability group as a primary server)?
  2. In which node can I configure distributer?
  3. How do I configure the distributer?

Best Answer

Can I add multiple publishers to a subscriber(which is part of availability group as a primary server)?

Yes, this is the multiple publishers model and is supported.

In which node can I configure distributer?

The distribution database is currently not supported for use in AlwaysOn Availability Groups. The only supported method for transparent distributor failover is AlwaysOn Failover Cluster Instances.

How do I configure the distributer?

You can configure it through SSMS or T-SQL.