How to remove SQL Azure Data Sync objects manually

前端 未结 5 1783
梦谈多话
梦谈多话 2020-12-29 09:48

Having given up on SQL Azure Data Sync for synchronizing data between two SQL Azure databases, how can I remove all the DataSync related objects (tables, triggers etc)?

5条回答
  •  时光取名叫无心
    2020-12-29 10:14

    If your architecture between Azure and SQL Server is still in place - you can simply unregister from the SQL Data Sync Agent which will delete above objects for you.

提交回复
热议问题