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 / sachin rathi

Database replication is the creation and maintenance of
multiple copies of the same database.

In most implementations of database replication, one
database server maintains the master copy of the database
and additional database servers maintain slave copies of
the database.

Database writes are sent to the master database server and
are then replicated by the slave database servers.

Database reads are divided among all of the database
servers, which results in a large performance advantage due
to load sharing.

In addition, database replication can also improve
availability because the slave database servers can be
configured to take over the master role if the master
database server becomes unavailable.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can binary strings be converted into numeric or float data types?

1091


How can I get data from a database on another server?

1042


What are the types of lock supported by ?

1091


Do you know the capabilities of cursors?

1214


Explain subquery and state its properties?

1087


is there a column to which a default can't be bound? : Sql server database administration

1049


What are different replication agents and what's their purpose? : sql server replication

1052


Will the writetext statement activate a trigger?

1152


What is difference between join and natural join?

1054


How to start and end transact-sql statements?

1082


How can I create a new template for import ? : sql server management studio

1110


How do you set a trace flag in sql server?

1086


How to create indexed view?

1104


What program is used to store the data source file?

1004


Explain what is use of dbcc commands?

1131