hi
i am trying to encrypt data in a few columns using symmetric key which is password protected.
I do not want to write the password in plain text in either a Stored procedure or UDF while creating or opening the key.
Please can you suggest how can i protect the password(keep it in memory or something)
Thanks