all groups > sql server replication > october 2005 >
You're in the

sql server replication

group:

SQLCE - Handheld Replication


SQLCE - Handheld Replication Synced
10/31/2005 1:38:06 PM
sql server replication:
Hey all,

I have a handheld SQLCE merge replication going. Thanks MS for this
technology! It's working out great.

I have 3 handhelds setup with this merge replication. All is working well
but I need to add a new table to this logic where all the handhelds push
their data into, but do not get any merges back. The reasoning is because I
don't want 1 handheld to download all the data that the other handhelds have
uploaded. I just want to dump the handhelds data to the SQL 2000 server and
not receive anything back.

Is this possible?

Re: SQLCE - Handheld Replication Joe Yong
10/31/2005 9:22:27 PM
If you design your table such that the data is logically partitioned (eg. a
column that identifies with a specific merge partner or a pre-fix in some
key that is used as a filter), it will work.


joe.

[quoted text, click to view]

AddThis Social Bookmark Button