I have one package that package have 4 variables. Each variable length is 4 thousand characters. All 4 variables concatenating in one ssis variable expression. But I am getting error. The expression like below .How to handle this situation in ssis?
5<sup>th</sup> variable= 1 variable+2 variable+3 variable+4 variable
Thanks