Tag Archives: SQLNewBlogger

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 , , | Comments Off on Adding Git LFS Support – #SQLNewBlogger

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 , , | Comments Off on Knowing String Defaults in T-SQL–#SQLNewBlogger

Using the T-SQL Error Functions–#SQLNewBlogger

I was working with a customer that was doing some error handling in procs and helped them do some error tracking. As we were working through things, I realized that some of functions working with errors operated differently than I … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Changing the Origin in Git–#SQLNewBlogger

I needed to show a customer how to migrate from Azure DevOps to GitHub recently, and to smooth this process, we needed to repoint the origin remote. Another post for me that is simple and hopefully serves as an example … Continue reading

Posted in Blog | Tagged , , | Comments Off on Changing the Origin in Git–#SQLNewBlogger