This tool will connect to two MS SQL server instances, pull the metadata about tables and columns, and create a SQL update script to add, edit, or remove any tables and columns.
Please report any bugs on Github: https://github.com/caligo-erik/SqlUpdateScriptGenerator/issues
The basic usage is as follows, the output path is optional:
SqlGenerateUpdateScript -s "sourceConnectionString" -d "destinationConnectionString" -o "outputFilePath"