Tag Archives: DevOps

A Quick Trip to Agile West

Redgate is sponsoring Agile West this year, and the marketing team asked me to give a talk on database DevOps technologies. I have a keynote talk, called Don’t Forget the Database, that I’ll be delivering on Wednesday. This covers some … Continue reading

Posted in Blog | Tagged , , , | Comments Off on A Quick Trip to Agile West

Encouraging Innovation

I was working with a client recently and one of the managers said they wanted to encourage innovation inside their organization. That sounded good, but as I thought about it, I wasn’t sure what this means, or if it’s really … Continue reading

Posted in Editorial | Tagged | Comments Off on Encouraging Innovation

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

Flyway Desktop PoC–Adding a Shadow and Baseline Script

In the last post, I created a baseline marker for Flyway in each database. This set the version in the dev and QA databases to v1. However, I also need a baseline script, at least the tool asks for one, … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Flyway Desktop PoC–Adding a Shadow and Baseline Script