Thursday, October 11, 2012

Database replication and its types

Replication is the process of copying/moving data between databases on the same or different servers. SQL Server supports the following types of replication scenarios:
  • Snapshot replication
  • Transactional replication (with immediate updating subscribers, with queued updating subscribers)
  • Merge replication

No comments:

Post a Comment