Roll your own xtranet msde replication - Whats really required?
- From: fleetfingers <fleetfingers@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 14:35:42 -0700
Greetings from Austin.
I have a number of remote msde's which need to replicate rows to a master
sql server instance located behind a static ip accessible through a
webmethod.
the remote msde's are non static ips and can only make requests. A Windows
service runs on each of the remote machines where changed rows are gathered
from the database within msde, the selects are bagged into various xml
stuctures and the call is made to the webmethod. Web method has 2 params
calltype (an int) and payload (a string). These type requests are made on a
clock by the windows service. Similarly requests are made using a different
call type where updates from the sql server trickle down in a structure and
are assimilated by the remote windows service, into the msde.database. My
question for the groups is Is there a better way to accomplish (essentially)
replication between a sql server and her flock of msdes? Has anyone done
similar extranet replication in a different way?
Best from Austin.
Rich Wood
MCSD
.
- Follow-Ups:
- RE: Roll your own xtranet msde replication - Whats really required?
- From: Donald Welker
- RE: Roll your own xtranet msde replication - Whats really required?
- Prev by Date: Re: dbo qualified name error w Access 2003
- Next by Date: Re: NetLib Encryptionizer for MSDE
- Previous by thread: NetLib Encryptionizer for MSDE
- Next by thread: RE: Roll your own xtranet msde replication - Whats really required?
- Index(es):
Relevant Pages
|
Loading