T-SQL Tuesday #125 – Unit Testing database changes

My T-SQL Tuesday contribution for this month is about unit testing database changes. This month’s T-SQL Tuesday is hosted by Hamish Watson. You can read more about the invite by either clicking on the T-SQL Tuesday logo in this post or the link below. If you read Hamish’s invitation in detail here he explains very … Read more

Interesting Azure DevOps Extension workaround

I thought I would cover an interesting Azure DevOps Extension workaround I did recently. Because I was due to speak about Azure Boards at SQLBits this week. A while ago I was using a virtualized desktop provided by a client to test various things. For instance, different ways to query SQL Server related backlog items … 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

How SQL Server Professionals can benefit from using version control

In this post I thought I would talk about how SQL Server Professionals can benefit from using version control systems. Mostly because I have been involved in some discussions about it recently. I say SQL Server Professionals here because I want it to be all inclusive. Due to the fact this applies to database administrators … Read more

Using 2020 vision with SQL Server

In this post I’d like to discuss using 2020 vision with SQL Server. For those wondering what I mean by that I will explain shortly. Before I do that, I’d just like to wish everybody reading this a Happy New Year. Anyway, just to clarify what I mean by using 2020 vision with SQL Server. … Read more

Beautiful Azure Boards query

In this post I want to cover a beautiful Azure Boards query that I created. Because a while ago I mentioned that I had logged a feedback item to Microsoft about Azure DevOps. In particular, with them adding a ‘Not’ option when filtering tags. You can read the feedback item with Microsoft in detail here. … Read more

Azure DevOps Test Environment options

Recently I’ve been going through different Azure DevOps test environment options. In order for people to perform changes without interfering with the existing business environment. In addition, I’ve had to help some people sort out test environments for Azure DevOps as well. So, I thought I better do a post about the options that I … Read more