Comments
1 comment
-
Hi StevenS,
Thank you for your forum post.
There is no macro available that will perform the steps described in your post.
By default, the deployment process uses to transactions to deploy the changes, if an error occurs the changes are rolled back. Therefore I am unsure of the purpose of your first step. Also it is good practice to backup the target database or generate a SQL Compare snapshot of the target before running the deployment process in case you do need to revert the changes after a successful deployment
Using the command line, you can automate the comparison, generate both a comparison report and a copy of the deployment script, and deploy the changes to the target.
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
Does anyone have a better way of handling creating rollback routines when deploying changes? I always want to make sure I have the script to reverse out any changes I make. Just looking to avoid manual user interface steps if I can.