Stored procedure with Encryption option functionality & performance impact

  • Hi,

    I want to know when we create procedure with encryption option what are the performance thread ?

    even more what is internal functionality when we call a stored procedure (which is in encryption format) from our application.

    Thanks

    Rajat Jaiswal

    http://www.indiandotnet.wordpress.com

  • No performance impact. When you call it SQL simply de-obfuscates the procedure and runs it.

    Be aware this is not encryption, it's just obfuscation and is trivial to reverse.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply