|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 9:10 PM
Points: 104,
Visits: 989
|
|
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
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Yesterday @ 8:55 AM
Points: 863,
Visits: 1,020
|
|
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.
|
|
|
|