What are the types of Replication?

What are the types of Replication?

Snapshot Replication
Merge Replication
Transactional Replication


Snapshot Replication
- In this kind, snapshot of entire data is copied from publisher to the subscriber's database on regular interval.
- This kind of replication is used for replicating data that doesn’t change frequently.
- It is used where the source can manage with out of date data.
- This replication is considered when amount of data to be replicated is small.

Merge Replication
- This allows both publisher and subscriber to work independently, online or offline and merges the changes later.
- Here changes are track on both publisher and subscriber and then merged.

Transactional Replication
- This kind is used when changes are frequent.
- The replication agent monitors the changes at the publisher and distributes the changes to the subscribers.
- Transactional Replication is required where up to date data is required.
Define the terms used in Replication
Publisher is the database that transmits its data to another database.........
Replication agents that SQL Server supports
The Snapshot Agent creates snapshot files and stores on the distribution database. It also keeps track of synchronization status in the distribution database....
Working of Replication
At first data and object is synchronized between publisher and subscribers........
Post your comment