Hi,
We need to set up a data export process from a SQL DB.
The output (be it XML, Text Files or whatever) needs to be encrypted before it is FTPd somewhere.
Is there support for encrption in SSIS? How / where in the package designer would you achive this?
Thanks in advance.
Martin
There is no built in support for encryption of data. It would be an interesting custom task though if you fancy having a go.
Otherwise, request this for a future enhancement at http://connect.microsoft.com
-Jamie
|||Thanks, shame I was hoping to use it as a lever to kick the upgrade process off from SQL2000.|||Actually come to think of it - you could leverage .Net's encyption routines quite easily using the script component.
Try doing that!
-Jamie
|||I've been working on an encryption transform actually. We're waiting to get everything in place from corp to release it. If you would like, send an e-mail to jason.gerard at idea.com and I'll let you know when it's ready.In the meantime, you could use the .NET ecryption API's from inside a Script Transform.
No comments:
Post a Comment