Tag Archives: tsqlt

Quickly Creating a tsqlt Test for a Query

One of the things that I feel is important to building better software is testing your code. It should be easy and simple to test code and determine if a chance or enhancement has broken anything. This usually requires a … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Testing SQL in the Advent of Code

I like participating in the Advent of Code each year, though my participation often varies wildly as life gets in the way. Still, trying to solve some programming challenges is a good way of practicing your skills. If you’re competitive, … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Testing SQL in the Advent of Code

Republish: A T-SQL Code Testing Guide

The day after  Thanksgiving, and a holiday. So you get to read A T-SQL Code Testing Guide. Please do, I’m a fan of testing.

Posted in Editorial | Tagged , | Comments Off on Republish: A T-SQL Code Testing Guide

tSQLt tests for Day 5 Advent of Code 2017

This is day 5 of the Advent of Code 2017. If you want to read about the puzzles, start with Day 1. As I worked through the puzzles, I decided that I should be testing using their test sets and … Continue reading

Posted in Blog | Tagged , , , | Comments Off on tSQLt tests for Day 5 Advent of Code 2017