I have the next task.
Let's assume that we have below tables in a DB
Vendor
===========
Id
Name
.....
Product
===========
Id
VendorId
Name
.....
I need to be able to Sync main DB server with client DB server (one way sync), but there should be a possibility to apply some filters on sync process (for example for cleint DB 1 sync all Products where Vendor is John). As far as I understood - SQL Server replication will not help me, because in this case I have to use SQL Server Enterprise Edition. I researched that Sync Framework allows to use filter.
But, Is it possible to sync two sql express servers with MS Sync Framework?
I found that it is posiible to sync SQL Server <-> SQL Server SE and SQL Server <-> SQL Server CE