Database testing and ETL processes
Unit testing using tSQLt is really great, you call FakeTable on any tables your code touches and the...

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.
Unit testing using tSQLt is really great, you call FakeTable on any tables your code touches and the...
Ok so you have created an SSDT project and are currently congratulating yourself on how awesome and ...