Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain datetime2 data type in sal server 2008?

943


What is the use of group by clause?

989


Difference between drill down and drill through report.

999


Explain the truncate command? : SQL Server Architecture

1226


What is filtered index?

1142


Explain iaas, paas and saas?

92


How do I completely remove sql server instance?

1138


Write a SQL queries on Self Join and Inner Join.

1075


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

1106


How to start sql server browser service?

1176


List the ways in which dynamic sql can be executed?

1056


Comment,Datatypes are unlimited

2103


Please illustrate physical database architecture? : SQL Server Architecture

1021


How many cores do I need for sql server 2016?

947


How to get a list of columns in a view using the "sp_help" stored procedure?

1085