Tag Archives: error handling

Do You Have ALL the YAML?

YAML is a file format, and as with many formats, some of us love them and some of us hate them.  It seems to be better than XML in many ways, and perhaps easier to deal with the JSON. It … Continue reading

Posted in Editorial | Tagged | 1 Comment

The Basic TRY..CATCH

Have you written a TRY..CATCH statement in T-SQL? I hadn’t done it for most of my career, since the construct hadn’t existed. As a result, my code over the years is littered with catching @@error in a variable and then … Continue reading

Posted in Blog | Tagged , , | 2 Comments