Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: RC4 Encryption in a Stored Procedure

    Hi,

    We have a performance issue with data encryption.

    Currently we are Opening((OPEN SYMMETRIC KEY sk_Enc).

    & Closing(CLOSE SYMMETRIC KEY sk_Enc) the encryption keys in every Stored Procedure.

    Is there any way we...

Viewing post 1 (of 1 total)