Bidirectional Transactional Replication

Bidirectional transactional replication is a specific transactional replication topology that allows two servers to exchange changes with each other: each server publishes data and then subscribes to a publication with the same data from the other server. The @loopback_detection parameter of sp_addsubscription (Transact-SQL) is set to TRUE to ensure that changes are only sent to the Subscriber and do not result in the change being sent back to the Publisher.

In SQL Server 2005, this topology is also supported by peer-to-peer transactional replication, but bidirectional replication can provide improved performance.

To configure bidirectional transactional replication

See Also

Concepts

Peer-to-Peer Transactional Replication

Help and Information

Getting SQL Server 2005 Assistance