How do I remove ENCRYPTED from a FUNCTION

  • I have a Table-valued Function already defined in my DB. When I look at it's Properties, it lists Encrypted TRUE.

    How can I set Encrypted to FALSE? Is there a t-sql command to ALTER the Function to set Encrypted False?

    (fyi, I am syadmin and local admin on this SQL 2008 R2 box)

    thx in advance

    BT
  • You get the creation script for it (from source control or the developers), remove the WITH ENCRYPTION line and then run the modified ALTER FUNCTION

    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