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

Answer Posted / sivakumar

Replication
Replication is the process of copying/moving data between
databases on the same or different servers.
SQL Server upports the following types of replication
scenarios:

Snapshot replication:
The Publisher sends a snapshot of the published data to
Subscribers at scheduled intervals.

Transactional replication:
The Publisher streams transactions to the Subscribers after
they receive an initial snapshot of the published data.

Merge replication:
The Publisher and Subscribers can update the published data
independently after the Subscribers receive an initial
snapshot of the published data. Changes are merged
periodically. Microsoft SQL Server Mobile Edition can only
subscribe to merge publications.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database black box testing?

609


How to retrieve error messages using odbc_errormsg()?

542


What is instead of trigger sql server?

502


What is indexing and its types?

532


What are functions in the sql server?

607






How to write character string constants or literals in ms sql server?

547


Explain user defined views?

579


Explain tablesample?

555


How to start sql server browser service?

561


When would you use sql joins?

527


What is create command?

524


What are views in ms sql server?

600


What do you mean by stored techniques? How would we use it?

587


How to create a new table in a given schema?

658


What are the types of subquery?

550