dot Net Database Question:

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

dot Net Database Interview Question
dot Net Database Interview Question

Answer:

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


Previous QuestionNext Question
Explain What is referential integrity and how can we achieve it?Name 3 ways you can get an accurate count of the number of records in a table Using query analyzer?