What is Peer to peer Replication?
Answer / 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 |
Explain in brief how sql server enhances scalability of the database system?
What is blocking?
Why de-normalization required?
How to recreate an existing index in ms sql server?
How to provide login information for a new odbc dsn?
How to download microsoft sql server 2005 express edition?
How to write a query with an inner join in ms sql server?
What is a collation in ms sql server?
What is indexing in sql server with example?
How will you optimize a stored procedure optimization?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
Write a SQL query to make a column as unique?