Viewing 15 posts - 12,061 through 12,075 (of 13,849 total)
What is the data type of the destination column?
Can you be a bit clearer with your example? Are you saying that
'End of shift'
is being saved as
'End of shift...
May 12, 2010 at 4:21 am
I think you need to be posting this question in the BI forum, here. This forum is for SSIS-related items.
May 12, 2010 at 2:44 am
If you are loading a static text file, you already know its name - so you're not doing that, I'm guessing.
If you are loading multiple dynamically named text files, I'm...
May 11, 2010 at 1:15 pm
Might be easiest to output to a single folder and then run a simple piece of script to do the move.
May 11, 2010 at 1:12 pm
No problem. Have fun learning and post back with any specific problems you have along the way.
May 11, 2010 at 10:14 am
Does the variable have a valid 'default' value (as viewed under SSIS/Variables/Value)? Maybe this is being used.
May 11, 2010 at 9:49 am
Here it is in outline - the detail will take quite a bit of working out as you are new though:
A Foreach loop can read through all of the files...
May 11, 2010 at 9:45 am
Elliott W (5/10/2010)
May 10, 2010 at 3:24 pm
By the look of your code, if you really want to convert properly to SSIS, you can throw all of this code in the bin (metaphorically, of course) and use...
May 10, 2010 at 3:07 pm
OK, can you post your expression then?
May 10, 2010 at 8:24 am
You could try setting the initial value of the string variable to be a valid package name (ie, in Package / Variables).
May 10, 2010 at 8:13 am
Try setting the DelayValidation property of the Execute Package task to True.
May 10, 2010 at 8:05 am
It does its best, but yes.
Can you summarise what you need to do? Maybe there are faster alternatives which you have not considered.
May 10, 2010 at 7:09 am
No apology needed - you were very polite and not at all rude.
May 7, 2010 at 8:57 am
Viewing 15 posts - 12,061 through 12,075 (of 13,849 total)