Hi Aaron Wong,
Greetings!!
The issue you're encountering with Azure Data Sync likely stems from residual metadata or internal tracking information that wasn't fully cleared, even after running the cleanup script.
Here’s a recommended approach to fully reset the sync configuration for the modified table:
Remove the Table from Sync Group Again
- Ensure the table is removed from the sync group in the Azure portal.
Clean Up Metadata Thoroughly
- Use the Microsoft-provided script to remove all tracking tables, triggers, and metadata.
- Also check for and remove entries in scope_config and scope_info tables manually if needed.
Drop and Recreate the Table
- Confirm that the table is dropped and recreated with the new schema on both hub and member databases.
Clear Sync Group Cache (if possible)
Unfortunately, Azure doesn’t provide a direct way to clear sync group cache. You may need to:
- Delete and recreate the sync group if the issue persists.
- Or create a new sync group specifically for this table.
Add the Table to the Sync Group
- Add the newly created table to the sync group and initiate sync.
Please refer the below similar thread, that might help you:
https://learn.microsoft.com/en-us/answers/questions/2282901/azure-data-sync-to-on-prem-sql-succeeded-but-the-d
If above steps are not resolved your issue, please provide requested details in Private message.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.