Viewing 15 posts - 12,271 through 12,285 (of 13,849 total)
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
This seems to delete files, not folders ...
February 9, 2010 at 8:45 am
Please post the code fragment which is causing the error and the text of the error message.
February 8, 2010 at 1:07 am
I was obviously in a 'read English, not code' mood when I responded, because I didn't even look at your DDL. Now that I have, I see that we were...
February 5, 2010 at 11:25 am
Viewing 15 posts - 12,271 through 12,285 (of 13,849 total)