SQL Server Replication -
i need perform replication on ms sql server 2005 standard edition. goal is, have several databases (for example 4 instances of sql server) , each must act publisher other sites. know, merge replication model of subscriber - publisher - subscriber possible, doesn't suit me. need maintain replication process between other machines when no matter server down, other servers have actual data.
is possible? , if yes, can point me something? in advance.
it sounds you're describing peer-to-peer replication. read on here.
Comments
Post a Comment