SSIS Data Transformation
Posted
by bbbbb
on Stack Overflow
See other posts from Stack Overflow
or by bbbbb
Published on 2010-05-13T08:23:11Z
Indexed on
2010/05/13
11:04 UTC
Read the original article
Hit count: 142
ssis
Hi, I am new to SSIS, so please bare with me.
I am trying to transfer data from one db to a new one. i am fetching data from one table say i fetch name of person, then i insert this into say Table Person. this will generate a personID which i want to insert into say Address Table. What should be the approach using SSIS. Any suggestions.
© Stack Overflow or respective owner