Tag Archives: DevOps

DevOps Basics – Connecting to a Git Remote

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. As I work … Continue reading

Posted in Blog | Tagged , , , | Comments Off on DevOps Basics – Connecting to a Git Remote

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