Tag Archives: SQLNewBlogger

Create a Database Master Key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the first things you need in a SQL Server database in order to implement encryption is a … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Create a Database Master Key–#SQLNewBlogger

CONVERT and HEX

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In working through the Advent of Code and solving some of the problems in SQL, I found that I … Continue reading

Posted in Blog | Tagged , , | Comments Off on CONVERT and HEX

Creating a User Without a Login

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is one of those simple things that many people should be able to do in order to build … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a User Without a Login

Loading a Text File from T-SQL

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the interesting things I’ve had to work on with the Advent of Code puzzles is loading files … Continue reading

Posted in Blog | Tagged , , | Comments Off on Loading a Text File from T-SQL