Tag Archives: DevOps

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

DevOps Basics– git Cloning Repos

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This continues my series on git, because I think it’s good to know what the command line is and … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Agent Phases in VSTS Deployment

VSTS (Visual Studio Team Services) continues to grow and change over time. It seems every few months I see some new features and changes, which are good and bad. Good in that usually things improve. Bad in that I get … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Agent Phases in VSTS Deployment

Making VSTS Deployment Changes to Databases without Breaking Your Application

One of the things that I do a lot is demo changes to databases with CI/CD in a DevOps fashion. However, I also want to make some application changes to my sample app without breaking things. As a result, I’ve … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Making VSTS Deployment Changes to Databases without Breaking Your Application