Monday, January 25, 2010

How to encrypt or Decrypt stored procedures?

Sql server gives ability to encrypt triggers, functions, stored procedures, and views.
But note when you encrypted you cannot decrypted so you have to store a copy of your stored procedure in safe place to return to it or you have to use third party to decrypted or write a complex code.

Let's see an example

No comments: