SQL Server Replication

archivereplicationsql server

What is difference between 3 type of replication?
Is replication suitable for data archiving?
What is the replication steps?

Best Answer

Following are the three types of replication in SQL server.

  1. Transactional replication
  2. Merge replication
  3. Snapshot replication

For more See http://technet.microsoft.com/en-us/library/ms152531.aspx

Replication can be used for archiving purposes as well but with some additional mechanisms. Most of the time I have seen, it is used in data warehousing scenarios to reduce load on the OLTP system.