Tag Archives: SQLNewBlogger

2021 Advent of Code–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ll do a post on how to easily get started here as a new blogger, but following the Advent … Continue reading

Posted in Blog | Tagged , , , | Comments Off on 2021 Advent of Code–#SQLNewBlogger

Getting Started with the Advent of Code as a #SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. If you want to get started blogging, or revitalize your work, here is a good way to practice some … Continue reading

Posted in Blog | Tagged , , | Comments Off on Getting Started with the Advent of Code as a #SQLNewBlogger

Hiding Email with a Dynamic Data Masking Function–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Dynamic Data Masking is a feature that provides some pseudo-security features. This lets you return a portion of data … Continue reading

Posted in Blog | Tagged , , | Comments Off on Hiding Email with a Dynamic Data Masking Function–#SQLNewBlogger

Reading Data from the Command Line in PowerShell–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In every language I’ve coded in, there is a way to read input from the command line. From INPUT … Continue reading

Posted in Blog | Tagged , , | 1 Comment