Comments
1 comment
-
This is possible if you use a Powershell script directly: you just need to use the -IgnoreAdditional parameter in the New-DatabaseReleaseArtifact when creating the release.
This feature is not available in the Azure DevOps addon.
If you wish to you can suggest this as an enhancement on the SQL Change Automation uservoice channel:
https://redgate.uservoice.com/forums/267000-sql-change-automation
Add comment
Please sign in to leave a comment.
I'd like to exclude all additional objects (objects that only exists in target database and not in source).
By default, the Release task drops all these objects and I dont wan't to lose data in production environment.
How can I do this?
I Know I can use filters to exclude specific names, but i dont know in advance these objects (could be one, twenty, none....)
Thanks.