Tag Archives: encryption

T-SQL Tuesday #167 – Encryption and Data Protection

I missed September since I was gone half the month in Europe and busy with a roadshow. And, I missed October, since I was busy this month and lost track of this during my travels. However, I can still write, … Continue reading

Posted in Blog | Tagged , , | Comments Off on T-SQL Tuesday #167 – Encryption and Data Protection

Decrypting Stored Procedures with SQL Compare

I had a client that was struggling with some encrypted stored procedures. They needed to decrypt them, which I know is a pain in the #@$%@#$@#$#@. I had to do this one. This post shows how I sent them some … Continue reading

Posted in Blog | Tagged , , , | 3 Comments

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 Symmetric Key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is a series on working with the various encryption technologies in SQL Server. One of the encryption technologies … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Creating a Symmetric Key–#SQLNewBlogger