Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Wankhouse
Starting Member
1 Post |
Posted - 2008-04-23 : 09:24:24
|
Hello,I want to build a SSIS-package to copy data from as/400 to a sql 2005 database.While this transaction the data should be encrypted.How can I do this?My idea:I built two tasks 'Execute SQL'. The first reads the data form as/400.The second encrypt it and write it to SQL Server 2005 database with a stored procedure.Thats works only for a resultset of a line of the first task.How can I use a full resultset in a stored procedure to move whole recordsets? |
|
|
|
|