views:

37

answers:

1

B"H

If I setup a sync scope on two sql servers and syncing is working fine for a while? And then I need to change the schema for one of the tables. Lets say I need to add a column, or change the primary key.

How do I go about doing this so that Microsoft Sync Framework still syncs that table properly?

I assume that I run the change scripts for the table on both machines (thats the easy part). but how do I let Sync Framework know that there is a change and that the scope metadata needs to change?