DBA > Job Interview Questions > Microsoft SQL Server interview questions for DBA

What is database replicaion? What are the differ

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is database replicaion? What are the different types of replication you can set up in SQL Server?

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
See SQL Server books online for indepth coverage on replication. Be prepared to explain how different replication agents function, what are the main system tables used in replication etc.

(Continued on next question...)

Other Job Interview Questions