Posts
Sort by recent activity
How to set DriftOptionBlockDataLoss when using Powershell cmdlets
We are using the Sql Change Automation Powershell cmdlets in our build/release pipeline on a VSTS Hosted VS2017 agent.We have a recent commit that drops a column from an existing table, however whe...
Bulk import error when deploying database using Use-DatabaseReleaseArtifact cmdlet
I have a project that needs to have certain static data seeded when deploying to a new database instance.
Following the guidance at https://documentation.red-gate.com/sca3/developing-databases-us...
Bulk import error when deploying database using Use-DatabaseReleaseArtifact cmdlet
I have a project that needs to have certain static data seeded when deploying to a new database instance.
Following the guidance at https://documentation.red-gate.com/sca3/developing-databases-us...
Error deploying a Sql Change Automation Build Artifact using Sync-DatabaseSchema cmdlet
I'm in the process of configuring a Powershell CI/CD pipeline using the RedGate cmdlets.
Everything appears to be functioning correctly until I get to the Sync-DatabaseSchema step, which fails wi...