Tag Archives: DevOps

DevOps Basics–Creating a local repo and committing files

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is also a part of a basic series on git and how to use it. A local repo … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DevOps Basics–Creating a local repo and committing files

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