Tag Archives: deployment

Try, Try Again, Until It’s Right

One of the challenges with making changes in a database environment is that undoing those changes can be hard. What’s often preferred is rolling forward with a new change to correct the issue, but that’s often done with limited analysis … Continue reading

Posted in Editorial | Tagged , , | 4 Comments

Slides and Code for SQL Saturday Jacksonville – Architecting Zero Downtime Deployments

The code from my talk today at SQL Saturday Jacksonville is available in GitHub in a repo: Zero Downtime There is a description in the readme, but you can open the DBClient folder and the VS solution for ZeroDowntime in … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Slides and Code for SQL Saturday Jacksonville – Architecting Zero Downtime Deployments

How Important is Zero Downtime?

As I work with more and more customers at Redgate, I see some interesting trends. During the pandemic (and prior), we got a lot of questions on zero downtime and how to achieve database DevOps without causing problems. Those are … Continue reading

Posted in Editorial | Tagged , | 1 Comment

Resources for Architecting Zero Downtime Deployments

I delivered my talk on Architecting Zero Downtime Deployments yesterday at VS Live Las Vegas 2023. It went fairly well, even though I ran some incorrect code somewhere. Apologies for that, but glad I could fix things. The code for … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Resources for Architecting Zero Downtime Deployments