Activity overview
Latest activity by ManuelSanrepot
AZURE Release task, how to Exclude Additional objects?
I have an Azure Devops Release Task that uses an artifact generated from a SQL Source Control Project. I'd like to exclude all additional objects (objects that only exists in target database and no...
Thanks Pete for your answer. Finally I set some "exclude" filters in my SourceControl project, so the "SQL Change Automation release task" use them when updating the target database. Now I have an other question. If target database has objects (tables, views, procs, funcs) not in source, will they be deleted? I need to preserve them to avoid data loss. Should I set something to avoid this deleting to ocurr? Thanks. / comments
Thanks Pete for your answer.Finally I set some "exclude" filters in my SourceControl project, so the "SQL Change Automation release task" use them when updating the target database.Now I have an ot...
SQL Change Automation release task in AzureDevOps
I have a build artifact in azure (from a sql source control repository) and I'd like to apply this artifact to a database.I'm using the "SQL Change Automation Release" task available in AzureDevOps...