Tag Archives: SQLNewBlogger

Checking if a database has a master key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ve been working with encryption in SQL Server for a long time, and have delivered quite a few presentations … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Creating a new User-Defined Data Type–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I ran across a question on user-defined data types, which I hadn’t worked with in a long time, so … Continue reading

Posted in Blog | Tagged , , | 2 Comments

A Little Current Date Arithmetic in Powershell–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I saw a fun post on Twitter recently asking days until retirement. I wrote this code: DECLARE @YearsToRetire INT … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Finding the First Day of the Year–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. While working on the question from Monday, I had to do a bit of date math. I remember this … Continue reading

Posted in Blog | Tagged , , | 2 Comments