What is database replicaion? What are the different types
of replication you can set up in SQL Server?
Answer Posted / srisenthil
Replication is a method of copying data from one database
to other database or one server to another
there are three types of replication
(1) transactional (2)snapshot (3) merge (4) logshipping and
in 2005 one more type is introducde which was called as
peer to peer replications
Is This Answer Correct ? | 11 Yes | 15 No |
Post New Answer View All Answers
What are subqueries in sql server?
What is an sql server agent?
What is the advantage of sql server?
What happens when converting big values to integers?
What do you do in data exploration
How to enforce security in sql server? : sql server security
How to loop through the result set with @@fetch_status?
List the advantages of using stored procedures?
What is the architecture of ms sql reporting service?
Why variables called the most powerful component of ssis?
How to view the error log for any specific instance? : sql server database administration
Explain error and transaction handling in sql server?
What are the new security features added in sql server 2012? : sql server security
Explain active/passive and active/active cluster configurations?
What is the name of the system variable that returns the number of rows affected by a SQL statement?