all groups > sql server replication > june 2007 >
You're in the

sql server replication

group:

Replication between branches


Replication between branches PSorella
6/21/2007 9:01:11 AM
sql server replication:
Good Morning,
I have a dude with a new SQL implementation.
The scenario is a Central office with an SQL server and 10 branch offices
with sql server too. I need to replicate branches data Base with the central
sql.
All the branches could see the same DB.

It is possible to implement with SQL standard?
Or I need the Enterprise edition?

Thanks

RE: Replication between branches Paul Ibison
6/21/2007 9:44:01 AM
Yes - Standard Edition is fine. You might also want to take a look here:
http://www.replicationanswers.com/CentralSubscriberArticle.asp
It might be that this is not the correct implementation - depends on other
factors eg can the branches change each other's data or is it completely
segregated?
Paul Ibison
RE: Replication between branches PSorella
6/21/2007 10:21:03 AM
Paul,
The Data can be changed by all the branches.


[quoted text, click to view]
Re: Replication between branches Paul Ibison
6/21/2007 7:42:46 PM
Then merge replication with your head office as a central publisher would be
the way I'd implement it. Each branch can be a pull subscriber. You'll need
to decide who wins when there is a conflict, and manage the identity ranges
appropriately (more details if you need them in BOL or here if you repost).
HTH,
Paul Ibison

AddThis Social Bookmark Button