Does the Microsoft Sync Framework update the schema and data or just the data ?

Thanks in advance.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.