Category Everything Else

SQL Server Tip: NULLIF

To my shame, I’d never come across this in-built SQL Server function unless today. The NULLIF function allows you to specify a NULL if the result was going to be something else: will return NULL. Full details here on the…

NAnt task – bat file error codes

Just a quick something I found out a couple of moments ago. The <exec> task in NAnt is a life-saver for gluing together functionality that’s locked up in other programs, or in existing batch files. For a number of reasons…

Theme v1.0.16