0

Mine is a SQL Server database.

Suppose I have two DDL scripts, one old and one new. I want to compare the old and the new scripts and generate an incremental script which can be run on the database of old script and finally a database that represents the new script is prepared.

Is there such a tool / utility?

tshepang
  • 12,111
  • 21
  • 91
  • 136
Kabeer
  • 4,138
  • 7
  • 40
  • 62

1 Answers1

1

Many

Possibly the best known is the Red Gate Compare which costs money.

There are severalfree tools highlighted in these 2 threads though (I won't copy paste)

Community
  • 1
  • 1
gbn
  • 422,506
  • 82
  • 585
  • 676