Tag Archives: DevOps

DevOps Basics–Git Clients

This is also a part of a basic series on git and how to use it. There are lots of git clients. If you look at the top list for this year, you’ll see quite a few. I’ve used a … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Database Development Made Easy

I ran across this post on developing database with SSDT. It has a lot of steps, and reading through it, I find this to make some sense, but I’m not sure I think this is easy. I can see why developers … Continue reading

Posted in Editorial | Tagged , | 4 Comments

Use More Pull Requests

I noticed a short while back that Books Online is on github. You can fork the code and make corrections to pages and then submit a pull request. This is the model that many OSS projects use, including the amazing DBATools project. … Continue reading

Posted in Editorial | Tagged , | 1 Comment

MSBuild and Azure SQL Database

I saw a report of a problem building a database with ReadyRoll in Azure SQL Database. This person wanted to use a local Shadow database in LocalDB and target an Azure SQL Database. I hadn’t build that config, so I … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on MSBuild and Azure SQL Database