Viewing 15 posts - 12,301 through 12,315 (of 13,876 total)
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
Elliott W (2/4/2010)
In files specify:sqlserver_????????.xls
It could pickup sqlserver_AAAAAAAA because ? is not specific to numbers.. But this is about the only way I can think of..
CEWII
Expanding on this idea,...
February 4, 2010 at 1:08 pm
I just tried it and it worked as I suggested.
Against the properties for your flat file source, have you got 'retain nulls' set to true?
February 4, 2010 at 1:04 pm
Viewing 15 posts - 12,301 through 12,315 (of 13,876 total)