What is Peer to peer Replication?
Answer Posted / aruna gopalakrishnan
Peer-to-peer replication (also known as multimaster
replication) is a configuration that has the following
characteristics:
Replication occurs between tables on two or more servers.
Updates on any one server are replicated to all other
associated servers.
Applications on any of the servers can update the same rows
and columns in those tables at the same time.
All servers are equal peers with equal ownership of the
data; no server is the "master" or source owner of the
data.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what are sparse columns?
What are approximate numeric data types in ms sql server?
Explain what are the basic functions for master, msdb, model, tempdb databases?
What is lookup override?
What is the difference between a function and a stored procedure?
What are different types of views?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
What is a database table?
What is filestream?
What are the different kinds of ssrs reports?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
What is the Difference Between Primary and Foreign Key?
Does an index slow down updates on indexed columns?
What are locks in sql?