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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are subquery and its properties?
how can you attach more than 20 ldf files in sql server
What is the difference between DATETIME2 and DATETIME?
What are transactions and its controls?
What is dknf in normalization form?
What is the difference between Clustered and Non-Clustered Index?
How to delete duplicate rows?
How to generate create view script on an existing view?
Detail about query optimizer?
What is the difference between a view and a stored procedure?
What are triggers in ms sql server?
How to change the password of a login name in ms sql server?
What stored by the model?
What is normalization? What number of normalization shapes are there?
How many full-text indexes can a table have?