1.

What Is Database Replicaion? What Are The Different Types Of Replication You Can Set Up In Sql Server?

Answer»

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

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:



Discussion

No Comment Found