How to merge two databases in SQL Server?

后端 未结 6 1486
野性不改
野性不改 2020-12-16 03:42

Both databases have the same schema, but they may experience conflict with primary key in some tables. So I want them to just ignore the duplicate rows, and continue merging

6条回答
  •  春和景丽
    2020-12-16 04:23

    Best bet would probably be going with a 3rd party application such as RedGate SQL Data Compare. Costs some money, but it's worth it over writing that script IMO.

提交回复
热议问题