Posted: 4/5/2012
I'm trying to convert a set of strings to what fits the data model, and when I run the SSIS package to accomplish this, I get this error:
"the value is too large to fit into the buffer"
Original data types
New mode
I set the outputs in the Output 0 back to the original length and even set up a Mid(Row.field,1, length) in the With function to output the rows to the destination to match the new field lengths. Should I try another approach?
Thanks.
Posted: 4/18/2012
Why are you not using the data conversion transform?