dbTalk Databases Forums  

SQL Server replication for multisite installation?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss SQL Server replication for multisite installation? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
yashgt@gmail.com
 
Posts: n/a

Default SQL Server replication for multisite installation? - 08-05-2007 , 09:32 AM






Hi,

I am new to the advanced concepts of SQL server 2005. We have a web
application that will be installed at multiple sites across the US.
The databases at each of these sites will be updated, populated, by
the applications running at the respective sites. The schema of the DB
at each site is the same.The tables will have ID columns set at
IDENTITY columns so that IDs are generated on their own.

We would like to synchronize some tables in the DBs among the
different sites. Is SQL Server replication the right choice for this?
All the sites will have to act as a Publisher as well as a Subscriber.
The replication as I understand would have to happen as:
Site1--->Site2--->Site3--->Site4. Site4 would have the cumulative data
of Site1-4. The reverse synchronzation would be:
Site1<---Site2<---Site3<---Site4. All sites would thus have the data
from synced.

Is this the right approach? Does SQL Server provide the facility to
set up a chain of Publishers and Subscribers as described above?
Is there a particular Type or configuration we should be using?

Any tips, suggestions would be helpful.

Thanks,
Yash


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.