Viewing 15 posts - 12,166 through 12,180 (of 13,849 total)
You could try putting a data conversion task in - to cast your numeric field as string - and then map the converted field to your destination, after manipulating the...
April 9, 2010 at 6:57 am
Exactly the same error? If not, please post the error message.
April 9, 2010 at 1:10 am
vee van gelder (4/8/2010)
what a pain! was it also working fine for you and then suddenly?
No - mine was stuffed from the start 🙂
April 8, 2010 at 9:50 am
I've had unexpected problems with the File System task in the past. In the end, I threw in the towel and wrote a bit of script in a script task...
April 8, 2010 at 9:34 am
Jason Coleman (4/8/2010)
I can make the script so it searches for a particular file, but when the file (or files)...
April 8, 2010 at 1:38 am
Have you tried using the Send Mail task?
April 8, 2010 at 1:11 am
SQLStatementSource, I think.
April 7, 2010 at 6:35 am
Use an Expression within an Execute SQL task to combine static text and variables for your UPDATE statement.
April 7, 2010 at 6:18 am
As long as you can find some suitable selection logic, you could use a conditional split to redirect header rows (to nowhere).
April 6, 2010 at 6:59 am
(from memory) In your dataflow, just right-click on the line from your datasource and select Add DataReader.
Then follow the prompts to add the columns you are interested in.
Then when you...
April 6, 2010 at 2:54 am
If you add some data readers in your data flow just after your source, you should be able to easily verify whether the modified data is being read.
April 6, 2010 at 2:24 am
If it's a standard source/destination Dataflow, then no, it does not cache.
Maybe your package is a little more complex than that and there is something in the logic that is...
April 6, 2010 at 1:28 am
This is hard to visualise without some sample data. I am picturing a single resultset easily enough - but the splitting into different tables bit is less easy.
If there are...
April 3, 2010 at 6:33 am
If you use a different delimiter, does it work OK?
Your hypothesis that SSIS is not generating delimiters in certain circumstances fails to explain why the columns would ever "shift...
April 3, 2010 at 6:21 am
Viewing 15 posts - 12,166 through 12,180 (of 13,849 total)