Re: Replication&Push&Pull

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

For tables which don't need to merge:
- under your publication properties select the "Articles" page, here
you can mark a table as "download-only"

Further you can set the CompressionLevel in your SqlCeReplication
instance, but be carefully with the highest level (6)
here your server must have a very goog performance

To filter your data you can set the HostName in your SqlCeReplication
instance
e.g. set the Value to a customerno.
In the filter restriction you can then make use of the HOST_NAME()

.