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 |
There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"
Can sql server 2016 run on windows 7?
How can we delete Duplicate row in table?
What is a trigger? Why we need it?
what is web server?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What is a select query statement in ms sql server?
How to truncate the log in sql server 2012? : sql server database administration
What are SQL Jobs, please mention the use of it and how to create them.
What is data integrity? Explain constraints?
what's sql server? : Sql server database administration
How do we get current date in SQL Server 2000, Oracle, MS Access?