Tag Archives: SQLNewBlogger

Using Git Prune–#SQLNewBlogger

As I’ve been working with SQL Saturday and managing changes to events, I’ve accumulated a lot of branches. Even though I’m a solo developer, I decided to use branches, as I expect others to share this load in the future. … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

The Basics of TRY CATCH Blocks–#SQLNewBlogger

I was working with a customer and discussing how to do error handling. This is a short post that looks at how you can start adding TRY.. CATCH blocks to your code. Another post for me that is simple and … Continue reading

Posted in Blog | Tagged , , | 5 Comments

Adding Git LFS Support – #SQLNewBlogger

I got this message recently while committing some changes: This post shows my work in adding Git LFS support to GitHub. Another post for me that is simple and hopefully serves as an example for people trying to get blogging … Continue reading

Posted in Blog | Tagged , , | Leave a comment

Knowing String Defaults in T-SQL–#SQLNewBlogger

For years I’ve assumed I knew the string defaults, but I realized that’s not right. This post looks at what I learned. Another post for me that is simple and hopefully serves as an example for people trying to get … Continue reading

Posted in Blog | Tagged , , | Leave a comment