dbTalk Databases Forums  

SSIS, migrate data into multiple tables

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS, migrate data into multiple tables in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve Albert
 
Posts: n/a

Default SSIS, migrate data into multiple tables - 10-25-2005 , 02:51 AM






Hi,
I'm trying to migrate data from one table to two tables. The two destination
table is connected with foreign keys, so I have to insert some data into the
first table than insert the remaining data (with that primary id as a foreign
key) into the second table.
Is there a simple way to do that with Integration Services 2005 ?
The only solution I came up with is using OLE DB Command with output
parameters but it's painful.

(btw the sample task is to migrate employees from northwind to
adventureworks contacts and employees tables)

any ideas?
thanks,
steve

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.