Split SCA generated sql package in two
fforgoso
Posts: 2 New member
Hi all.
We are working with SQL Change Automation and our client is wondering if we could deploy schema changes one day and data changes another day.
I'd like to know if it is possible to split the generated sql package in two. One file for schema changes and another for data changes. As far as I see, looks like we can't, but would like to confirm that.
Maybe you could suggest another way to address this problematic.
Maybe you could suggest another way to address this problematic.
Thanks in advance.
Tagged:
Answers
The best way to do this is to create multiple deployments. Each deployment can contain the exact combination of changes that you would like.
There are a couple of different techniques you could use to selectively split migrations (of any kind) into multiple deployments.
Are you currently using a practice of branching and merging? If so, that type of strategy helps you control the flow of changes into your release pipeline. An example is described here: https://littlekendra.com/2020/01/10/why-i-like-the-release-flow-branching-strategy-with-git-for-database-devops/
Hope this helps,
Kendra
Does the tool provide any settings to accomplish our client needs?