Viewing 6 posts - 1 through 6 (of 6 total)
You could use the Bulk Insert task for this.
- Point the Destination Connection properties at your SQL landing pad.
- Create a new file connection manager for your source. These...
July 2, 2009 at 10:01 am
How have you configured the child package?
One of the limitations of calling the child package from the parent package using the Execute Package Task is that you can't...
June 3, 2009 at 3:55 am
Are the column names different each time or is the number of columns differenct each time?
If the names are different then set the column heading names in the connection manager...
May 14, 2009 at 5:27 am
You can use expressions in the precedence constraints to read the value of the variable and split the control flow depending on the variable's value.
Format for expression:
(@VariableName)=="Y"
May 14, 2009 at 4:41 am
Sounds like an issue with the configuration of the connection manager.
Have you defined all of the columns in the advanced tab of the Flat File Connection Manager Editior?
May 14, 2009 at 2:48 am
Fixed this issue now by changing the SQLSourceType from Direct Input to Variable.
April 29, 2009 at 4:27 am
Viewing 6 posts - 1 through 6 (of 6 total)