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

Answer Posted / neeraj singh bhandari

Replication is the technique provided by MS SQl server to
keep the replicate copy of database.

There are four basis type of Replication which we can set
up in sql server

1. Snapshot replication – It is used when data at Publisher
is static means not changing frequently and Subscriber need
update data

2. Transactional replication - It is used when data is
changing frequently at publisher and Subscriber need on
line data from publisher.

3. Merge replication- It is used when there is no constant
connection between Publisher and Subscriber. When they come
on line then data will replicate. In replication data
can conflict and resolve this there is rule set up already.

4. Transactional replication with Updateable Subscription-
It is similer to Transactional replication but update
backs to Publisher from Subscriber. In this it add extra
field in table called ms_repl- etc to keep the update data
from Subscriber.



We can also implement Peer to Peer replication which is
Headless topology. To do this we need enterprise edition of
sql server 2005. In this there is more than one Publishers
and one or more Subscribers. Every participant is both
Publisher and Subscriber. This is mostly use when every one
wants to read and modify the data.

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are a scheduled jobs or what is a scheduled tasks?

496


How important do you consider cursors or while loops for a transactional database?

537


How to choose all records from the table?

659


Explain error and transaction handling in sql server?

504


Can the query output be sorted by multiple columns in ms sql server?

555






How to create a store procedure with encryption?

527


What are the transaction properties?

558


How is a full-text index updated?

542


What is "scheduled jobs" or "scheduled tasks"?

558


Does partitioning help performance?

531


Do you know nested transaction?

514


What is named query? : sql server analysis services, ssas

519


where the connection string store in the database

1532


When I delete any data from a table, does the sql server reduce the size of that table?

588


what are the important architecture components of SSRS?

94