September 28, 2017 at 4:37 am
Dear All,
I have an SSIS package that at some point does un union.
All the columns from that union are str with size 3 but the output variable appears with size 50
for example:
SECURITY CURRENCY (input1) SECURITY CURRENCY (intput2) SECURITY CURRENCY (Output)
Both SECURITY CURRENCY inputs are size 3 but the outup is size 50.
Can someone help?
Thank you
September 28, 2017 at 6:45 am
river1 - Thursday, September 28, 2017 4:37 AMDear All,
I have an SSIS package that at some point does un union.
All the columns from that union are str with size 3 but the output variable appears with size 50
for example:
SECURITY CURRENCY (input1) SECURITY CURRENCY (intput2) SECURITY CURRENCY (Output)
Both SECURITY CURRENCY inputs are size 3 but the outup is size 50.
Can someone help?
Thank you
Help with what, exactly?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
September 28, 2017 at 8:36 am
Hello,
Thank you for your answer.
I would like to understand how can I change it from 50 to 3 in order to not get this warning
September 28, 2017 at 8:49 am
river1 - Thursday, September 28, 2017 8:36 AMHello,Thank you for your answer.
I would like to understand how can I change it from 50 to 3 in order to not get this warning
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
September 28, 2017 at 9:52 am
I did it. Unfortunatelly it does not work
September 28, 2017 at 11:30 am
river1 - Thursday, September 28, 2017 9:52 AMI did it. Unfortunatelly it does not work
OK. I'm guessing that you don't require any further help with this though, given the lack of detail you have provided.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
February 3, 2020 at 10:26 pm
Union all is holding on to metadata where you had one of the inputs defined differently, after getting both inputs to the same length delete the union all and pull another union all in. This will grab the updated metadata. There is no advanced editor for a union all.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply