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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 paralell insert into statment

Author  Topic 

inbs
Aged Yak Warrior

860 Posts

Posted - 2010-06-30 : 01:20:14
i create a LOOP CONTAINER and in it

i have this query in EXECUTE SQL TASK
DestinationTableValue,SourceTableValue - this variables

INSERT INTO DestinationTableValue
SELECT * FROM SourceTableValue

i want when it run on one table in parallel run on the seconed table in the queue
   

- Advertisement -