Support for generating Diffs
Josef
Posts: 11 New member
Hello all!
I'm the gatekeeper for pushing changes from dev to production in our SQL Environment. Frequently that means bundling a list of stored procedure and data changes into a set of change and rollback packages which get put into GIT with a pull request for the developer to review. Unfortunately, the script contains the entire stored procedure so it can be difficult for them to verify that only their changes are in the script. It would be nice if, in addition to scripting the changes to the database, we could also generate a Git Like Diff report to include that shows the object and what changed.
I know the functionality of seeing the diffs already exists in the tool, is there an easy way to save those diffs to a file just as we save the change script?
Thanks
Josef
I'm the gatekeeper for pushing changes from dev to production in our SQL Environment. Frequently that means bundling a list of stored procedure and data changes into a set of change and rollback packages which get put into GIT with a pull request for the developer to review. Unfortunately, the script contains the entire stored procedure so it can be difficult for them to verify that only their changes are in the script. It would be nice if, in addition to scripting the changes to the database, we could also generate a Git Like Diff report to include that shows the object and what changed.
I know the functionality of seeing the diffs already exists in the tool, is there an easy way to save those diffs to a file just as we save the change script?
Thanks
Josef
Comments