Does the Microsoft Sync Framework update the schema and data or just the data ?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.