Microsoft Sync Framework - Local DB and Remote DB have to have the same schema?
- by Josh
When using MSF, is it implied in the technology that the sync tables are supposed to be 1-1?
The reason I'm wondering is that if I'm synching from a SQL2005 database to a SQLCE, I might want the CE one to be a little more flattened out so I can get data out with a simpler SELECT statement (as CE does not support sprocs).
For example, I might have…