Hi all,
I would like to use SSIS to transfer over data to a destination, but use a symmetric key on the destination server to encrypt data columns.
The idea is to use something like:
EncryptByKey(Key_GUID('sym_dbEncryptionTesting'), SomeField)...
I could easily transfer the data as cleartext, then append as encrypted data. However, I want to A) avoid physically storing the data as clear text at the destination first, and B) Avoid filling up my tran log with an insert statement.
Any ideas?
Thanks in advance for your help.
Thanks,
Dan
I would like to use SSIS to transfer over data to a destination, but use a symmetric key on the destination server to encrypt data columns.
The idea is to use something like:
EncryptByKey(Key_GUID('sym_dbEncryptionTesting'), SomeField)...
I could easily transfer the data as cleartext, then append as encrypted data. However, I want to A) avoid physically storing the data as clear text at the destination first, and B) Avoid filling up my tran log with an insert statement.
Any ideas?
Thanks in advance for your help.
Thanks,
Dan