Create Migration scripts from changesets?
gbronzer
Posts: 9 Bronze 1
Under SQL Source Control 4, you could either create a migration script from uncommitted changes or from changesets (check-ins). We don't have Source Control tied to our production DB and we used that feature to generate deploy scripts because it created only those changes. The SQL Compare tool is way slower and wants to sync the DBs too much.
Are there any plans to re-enable the option to create migration scripts from a set of changes? Am I just missing the option somewhere in 5? This is a show stopper for us currently and I'll probably downgrade to 4 if it won't be added.
Thanks,
Greg
Are there any plans to re-enable the option to create migration scripts from a set of changes? Am I just missing the option somewhere in 5? This is a show stopper for us currently and I'll probably downgrade to 4 if it won't be added.
Thanks,
Greg
Comments
I'm surprised to hear that SQL Compare is too slow though - we use the same engine under the hood to generate the initial migration script. As long as you have the same filters, options, and objects selected in Compare, the performance of Compare should be equivalent to using SQL Source Control to generate the migration script.
Redgate Software
Redgate Software
Thanks,
Mike
Redgate Software