Tag Archives: SQLNewBlogger

Reading JSON Data with Python

Recently I’ve been looking at archiving some data at SQL Saturday. As a start, I needed to read some of the archive data I have in Python. This post looks at the basics of reading in JSON data in Python, … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Deleting Stale Local Database Git Branches with SSMS–#SQLNewBlogger

I wrote a post recently about pruning branches in git. That’s part of the job, but the other part is removing local branches. This post looks at one way to do that in a semi-manual fashion. This could be automated, … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Deleting Stale Local Database Git Branches with SSMS–#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 , , , | 2 Comments

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