Good Morning. I am New to SSIS. I have a task of getting an existing SQL 2008 Database and moving the data into a new Database with new design. Some of the tables will now have new fields. Some of those fields will have their own identity Keys. For each record I insert in a new table, I will have to get that Identity key and use it for other insertions in different tables. Can I do this with SSIS, if so is there an example solution somewhere ?
Thank you.
Thank you.