Comparing two SQL Server database schema in C#

前端 未结 4 1160
情深已故
情深已故 2021-02-09 02:25

I am releasing a newer version of my Windows application. There are DB schema changes in the new version. Also I do not want to lose the data.

So the approach that I ha

4条回答
  •  天命终不由人
    2021-02-09 03:13

    We use SQL Compare from RedGate, but it's not particularly cheap.

    SQL Compare

    This lets us compare the structure of two databases, and creates a SQL script to update one of the databases to match the other.

提交回复
热议问题