Viewing 15 posts - 12,256 through 12,270 (of 13,838 total)
You obviously need to create a job to run the package before trying that idea ... it should work.
February 15, 2010 at 7:50 am
I think I know what you've done. Your destination cannot have more than one input.
You need to delete the mapping from source to destination. Then add source to derived column...
February 14, 2010 at 8:23 am
touchmeknot123 (2/13/2010)
...Is there any other way to solve the problem since these settings will have to be changed in the production server as well.
Thanks in advance.
If you can use CSV...
February 14, 2010 at 12:51 am
It's simple to do this - add a Derived Column transformation with one new column and set its value to "X".
Now map this new column to your destination column as...
February 13, 2010 at 12:24 pm
Maybe it's set by an Expression. Check the Expressions/Package Name property.
February 12, 2010 at 7:57 am
You don't need a Script task for that - use a Derived Column instead.
February 11, 2010 at 11:18 am
You might try setting DelayValidation/ValidateExternalMetadata to True/False on your Source.
February 11, 2010 at 1:23 am
The Derived Column transform is not a place for building queries - it is a place for adding new columns to your dataflow which can then be used later to...
February 10, 2010 at 12:59 pm
Look into using VariableDispenser - you will be able to update your variables in the pipeline of the Script Component if you use that, rather than the Read Write variables...
February 10, 2010 at 12:38 pm
Put your dataflow in a Foreach container ...
February 10, 2010 at 12:32 pm
1) Yes
2) Add a Derived Column transformation between your source and destination and assign these items to new columns which can then be used further along your dataflow to INSERT...
February 10, 2010 at 12:29 pm
Create a Dataflow. In the Dataflow pane, create source and destination components and link them. Create a mapping from source to destination and then you can run the package.
February 10, 2010 at 11:39 am
Why not use a single Foreach loop to do the entire load/archive process?
February 9, 2010 at 12:12 pm
Viewing 15 posts - 12,256 through 12,270 (of 13,838 total)