Activity overview
Latest activity by Simon501
Sorry, I wasn't very clear above. Specifically I'm trying to create a database Artifact in a Github workflow using the New-DatabaseBuildArtifact PowerShell cmdlet. This relies on a project having a clean build from the Invoke-DatabaseBuild cmdlet. The problem I have is that I can't get a clean build due to numerous errors in the database (which I can't fix). I still want to package the database and send it to downstream environments. Is there any way I can get a package of a database in a Github workflow without having a clean build? / comments
Sorry, I wasn't very clear above. Specifically I'm trying to create a database Artifact in a Github workflow using the New-DatabaseBuildArtifact PowerShell cmdlet. This relies on a project having a...
Disable verify in SQL Change Automation
Hi. I have a database that I am trying to use SQL Change Automation with. The database is quite old and has a lot of objects, such as views and SPs, that reference objects that no longer exist. The...