Connect a Database Project in Azure Repos to Azure Pipelines

During SQLBits one of the attendees mentioned that the missing link for them was how to connect a Database Project in Azure Repos to Azure Pipelines. With this in mind, I thought I would cover how you do that in this post. Even though it can potentially spark a debate about whether to create pipelines … Read more

Version control for SQL Server Management Studio templates using Azure Repos

In this post I want to cover how to do version control for SQL Server Management Studio templates using Azure Repos. I wanted to do this post for various reasons. However, I am mostly doing this post because my post about using version control for SQL Server Management Studio templates has been viewed nearly every … Read more

T-SQL Tuesday 143 – Two personal go-to scripts

For my T-SQL Tuesday contribution this month I want to share two personal go-to scripts that mean a lot to me. This months T-SQL Tuesday is hosted by John McCormack. John has invited us to write about our go-to handy short scripts. To clarify, John does not mean the GOTO syntax available in SQL Server. … Read more

Using version control for SQL Server Management Studio templates

In this post I thought I would talk about using version control for SQL Server Management Studio templates. In addition, I will mention other applications you can do the same with towards the end. I wanted to write this post because in a previous post I discussed how SQL Server Professionals can benefit from using … Read more