How to generate delta script using SQL Change Automation
Nirmal_Raisoni
Posts: 5 New member
I am using Jenkins to generate the package but while generating package its generate complete db objects. I just want added object in the package
Any help!
Any help!
Tagged:
Comments
I mean the package only contain newly created object, removed objects and modified objects
Is there a way to make it? I am using SQL Source Control for version control with mapped to working folder.
Thanks In advance
Nirmal
Are you after a script that only has new objects in it and ignores modified and removed objects? If it's that I don't think there is a way to get it at the moment. What would that allow you to do?
The SCA project should produce a set of all migration scripts, but also a package of just changes, based on the target db being set to the downstream environment.
Yeah I am using SQL Source Control and In Jenkins it is not generating a package of difference,
I mean I am using New-DatabaseReleaseArtifact -Source $stage -Target $package -FilterPath $filter and it is not generating artifacts in packge?
Any idea?
In my release folder, the folder that I have specified as the location for the package , here's what I see: