Tag Archives: DevOps

Shipping Database Changes–T-SQL Tuesday #90

This is a good T-SQL Tuesday topic from James Anderson: shipping database changes. It’s especially poignant for me since I talk and present often on this topic. Much of my work at Redgate involves helping people implement DevOps for Databases, … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Shipping Database Changes–T-SQL Tuesday #90

DevOps Basics–Getting Started with Git

Git is taking over the world as a Version Control System (VCS) and it’s actually fairly easy to use. This is a quick post on getting started using git. Git is free and you can get it from: https://git-scm.com/ I … Continue reading

Posted in Blog | Tagged , , | Comments Off on DevOps Basics–Getting Started with Git

The Secret Password

As I work with more server systems that help developers run Continuous Integration and automated releases, one of the things I see used often are variables. These are values you can set for a particular process and reference inside of … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Secret Password

GroupBy–Bringing DevOps to the Database

Today was my presentation in the April GroupBy conference lineup. I presented on DevOps and changing your database development to include more agile, DevOps, flexible development practices. If you want to get the deck, the slides are here: BringingDevOpstotheDatabase.pptx. The … Continue reading

Posted in Blog | Tagged , , | 2 Comments