all groups > sql server replication > may 2006 >
You're in the

sql server replication

group:

sql2000 server and MSDE Replication


sql2000 server and MSDE Replication jongwoo
5/29/2006 5:38:02 PM
sql server replication: Hello.

I will construct client application with MSDE.

I face with a difficult question.

It's in sync with SQL2000 Server and MSDE.

Client number is 5000.

I fall in a dilemma. Which do i use, Replication or to make DB Sync
application ?

Thank you

jongwoo
Re: sql2000 server and MSDE Replication Paul Ibison
5/30/2006 12:00:00 AM
Your question is an incredibly wide one :). Some considerations you might
have are:

Is the subscriber updatable?
Will you have several subscribers?
Do you want to overwrite all the data?
Do you want to take a subset of the publisher's data or the complete
database?
If you give up as much info as possible, including answering the above
questions, we should be more able to help out.

Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com

Re: sql2000 server and MSDE Replication jongwoo
5/30/2006 2:15:01 AM
Thank you Paul.

The subscriber does updatable.
The subscribers are 5000 .
A part data is overwrited all the data and any data is not overwrited.
The subscriber take data querying database by it's condition.

for example. client take data with exactly his customer
and client update local database -MSDE- finaly local datadase sync the sql
server.

thanks
Re: sql2000 server and MSDE Replication Paul Ibison
5/30/2006 8:17:04 PM
Wow - you have a LOT of subscribers! You have updatable subscribers and as I
understand it, each subscriber has its own distinct subset of the data? ie
the data is partitioned? In this case I'd recommend merge replication with
dynamic subscriptions and pull subscriptions.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com

AddThis Social Bookmark Button