Interview Questions

What are the different types of replication? How are they used?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

What are the different types of replication? How are they used?

Replication is used for distributing data and the execution of stored procedures across an enterprise. The replication technology allows you to make duplicate copies of your data, move those copies to different locations, and synchronize the data automatically so that all copies have the same data values.
The different types of replications are
a) transactional replication
b) merge replication

(Continued on next question...)

Other Interview Questions