Posts
Sort by recent activity
How to disable the Dropping foreign keys during a deploy.
One of our deploys is dropping all of the foreign keys when deploying and then re-adds them in. What causes this behavior?
Zero Down Time
We are looking to add zero down time to our deploys. Basically all database column changes will be adds. We are currently using octopus deploy with the "RedGate - Deploy Database Package". Unfortun...