What is database replicaion? What are the different types
of replication you can set up in SQL Server?
Answer Posted / swapna
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
Is This Answer Correct ? | 42 Yes | 6 No |
Post New Answer View All Answers
what is the difference between a primary key and a unique key? : Sql server database administration
How do you delete duplicate records in sql server?
explain different types of constraints? : Sql server database administration
How can we delete Duplicate row in table?
What is key attribute?
Explain the Ways to improve the performance of a sql azure database?
What is the recovery model? List the types of recovery model available in sql server?
How to declare a cursor with "declare ... Cursor" in ms sql server?
Do you know what is normalization of database? What are its benefits?
Write a program to fetch first 10 records from a file?
What do you mean by a dependent functionality in a build?
What are the basic functions for master, msdb, model, tempdb databases?
Do you know what are acid properties of transaction?
What is indexed view? How to create it?
What are the different types of locks in the database?