Does the Microsoft Sync Framework update the schema and data or just the data ?
Thanks in advance.
|
Does the Microsoft Sync Framework update the schema and data or just the data ? Thanks in advance.
| |||
|
feedback
|
|
Sync Framework doesnt do schema synchronization if that's what you're after. just data synchronization. so if you have a table with 2 columns on two replicas and you add another column on one replica, that schema change wont be reflected on the second replica. it might even break your sync. | |||
|
feedback
|