February 25, 2011 at 1:51 am
I am using the SQL Azure Data Sync at https://datasync.sqlazurelabs.com to sync a table between 2 Azure databases on different servers. The initial sync is working fine but I need to re-create due to the addition of a new column.
I have deleted the sync group, tracking tabkle, triggers and sync stored procedures in the hub database. When I create a new sync group I am getting an error Invalid column name 'newCol'. This is a sync to a new empty database so I guess the problem is some left over metadata somewhere in the hub (or master) database?
Any ideas how to solve this issue or how to re-create a sync when adding new columns?
Thanks
February 25, 2011 at 5:34 am
Depending on how you've gutted the old solution: Could be trying to insert into NewCol that doesn't exist as yet (hasn't been initialised).
Carlton.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy