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

Answer Posted / purna chandra rao.k

Replication is way of keeping data synchronized in multiple
databases.SQL server
replication has two important aspects publisher and
subscriber.
Publisher:
Database server that makes data available for replication
is called as Publisher.
Subscriber:
Database Servers that get data from the publishers is
called as Subscribers.
There are three types of replication supported by SQL
SERVER:-
Snapshot Replication.
Snapshot Replication takes snapshot of one database and
moves it to the other
database.After initial load data can be refreshed
periodically.The only disadvantage of
this type of replication is that all data has to copied
each time the table is refreshed.
Transactional Replication
In transactional replication data is copied first time as
in snapshot replication , but later
only the transactions are synchronized rather than
replicating the whole database.You
can either specify to run continuously or on periodic basis.
Merge Replication.
Merge replication combines data from multiple sources into
a single central database.Again
as usual the initial load is like snapshot but later it
allows change of data both on subscriber
and publisher , later when they come on-line it detects and
combines them and updates accordingly

Is This Answer Correct ?    37 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can coalesce return null?

547


What are the encryption mechanisms in sql server?

578


what are different types of backups available in sql server? : Sql server database administration

497


How do you create a clustered index?

532


Which are the two editions in which SQL Azure database available?

101






What is an inner join?

530


Why use update_statistics command in sql server?

558


What is the meaning of sql server?

530


How do you start single user mode in clustered installations?

524


What is the name of reporting services config file and what’s it’s used for?

107


Do you know what are pages and extents? : SQL Server Architecture

553


What is the use of builtinadministrators group in sql server? : sql server security

536


How do I find the query plan in sql server?

546


what is the Ticketing tool used in Wipro technologies at Bangalore...???

7477


Where are SQL server users names and passwords are stored in sql server?

717