views:

284

answers:

1

hi there,

i sync a database via wcf service to sql ce databases on my clients. however, i don't want the schema generated on the client side to be the same, as the one on the server. is there a way to customize the schema returned to the client syncproviders?

+2  A: 

Have you looked at Column filtering?

It allows you to sync only a subset of the rows or columns between 2 databases.

Renaud Bompuis