DacFx how to get the data type from a column a discussion of properties, relationships and the TSqlModel
Reading Time: 15 minutes (it is quite hard going, but you need to know this if you need to work with...
If you write code to SQL Server then you might be interested in this: I have written a tSQLt tdd training course which has helped over 500 people learn both tSQLt and how to apply TDD practices to their SQL Server T-SQL development, you can join the course at https://courses.agilesql.club.
Reading Time: 15 minutes (it is quite hard going, but you need to know this if you need to work with...
Reading Time: 4 minutes (not a minute longer) TLDR; You probably don’t want to actually merge ...
Over the last couple of years I have been using VSCode more and more and Visual Studio less and less...
Sometimes you don’t have the perfect development environment for SQL Server, sometimes you dep...
TLDR: If you build an SSDT project you can get an error which says: “SQL71502: Function: [XXX]...
Every now and then I come across this error in SSDT, normally when trying to publish and the odd thi...
Following on from yesterdays blog I was wondering about the comparison of objects that were the same...
Publishing dacpac’s is a little bit of a pain when you have multiple databases, it can easily ...
I did a talk at the london .net meetup if you want to get an overview of what SSDT is and how to get...
In this post I will talk about the in-built refactoring support in SSDT – the language is slightly d...
tSQLt Visual Studio Test Adapter What is this? This lets you use Visual Studio to run tSQLt tests ea...
Composite projects in SSDT are a really useful way to logically split databases up while still being...
In the final part of this 3 part series on what SSDT actually is I am going to talk about the docume...
In part 1 of this series available here I introduced my drawing of what I think SSDT is and talked a...