all groups > sql server replication > february 2004 >
You're in the

sql server replication

group:

REQ: Replication options


REQ: Replication options Mr. Clean
2/6/2004 9:27:25 AM
sql server replication: We have a time accounting application with 5 tables. We want to allow
the agents to keep their time on their systems off-line and then
replicate when they get back to the office OR via the internet.

While Michael R. Hotek's replication primer
{http://www.mssqlserver.com/replication/primer_p1.asp}
was enlightening, I'm not sure if that is overkill or not.

Any thoughts?

Our application is written in Delphi with ADO as the DB layer.
If you can give me options on how to get this thing done using this
Re: REQ: Replication options Mr. Clean
2/6/2004 9:33:22 AM
In article <MPG.1a8d6e55f033e098969e@msnews.microsoft.com>,
mrclean@p&g.com says...
[quoted text, click to view]

BTW, We have maybe 4 or 5 agents in the field at once and averaging
REQ: Replication options Paul Ibison
2/6/2004 12:23:05 PM
Difficult to give a simple answer to this as it is a big
field and a wide question! It sounds from the second email
as though your 5 agents are entering data themselves from
a disconnected environment and the number of articles is
5. Such a scenario lends itself to (A) merge replication
or (B) transactional replication woith queued subscribers.
My choice is usually merge (pull subscriptions) in this
case as there is a bigger choice of conflict resolvers.
This is another question to raise - can subscribers
potentially modify the same data? (1) If so, conflicts
could arise and you'll need to investigate this. (B) if
not, you'll need to investigate distinguishing between
subscribers in order to partition the data. There are
various ways to do this and I don't want to get too
specific here as your question is preliminary. So, hope
this helps and no doubt there will be more questions
coming up.
Regards,
Re: Replication options Hilary Cotter
2/6/2004 3:28:26 PM
use windows synchronization manager my friend!

[quoted text, click to view]

Re: Replication options Paul Ibison
2/9/2004 1:06:17 AM
Thanks Hilary - misinterpreted the question!
AddThis Social Bookmark Button