Viewing post 1 (of 1 total)
Hi Loudy, everybody,
Thanks for the interest.
The SQL looks like that:
====================================================
=== Encrypting ===
-- Open symmetric key
open symmetric key UserKey decryption by password = 'P@ssw0rd'
---- Add encrypted data
insert into
[Target]
(Column1
,Column2)
select
Column11
,ENCRYPTBYKEY(key_guid('UserKey'),Column12,1,Column11)
from
[Source]
-- Close symmetric...
October 9, 2013 at 4:29 am
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy