Tag: WITH ENCRYPTION

  • SQL Object Decryption

    Background The ability to “decrypt” an object in SQL Server be it stored procedure, view, function or trigger is something that I have run into a few times. In this post I will show you how you can “decrypt” any sql object using a simple script and highlight the things to be aware of. Firstly…