What is difference between 3 type of replication? Is replication suitable for data archiving? What is the replication steps?
|
|
|
|
|
|
|
Following are the three types of replication in SQL server.
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. |
||
|
|
|
|
|
||
|
|
|
From MSDN:
There are lots of other articles on the Internet and lots of good books on SQL Server. It's a bit of a broad question to ask what it is AND how to implement it. |
||
|
|
