Hi,
I use expressions to build the SQL query that is executed by the data flow.
Today, I ran into an issue. For the first time the SQL query has exceeded 4000 char so the expression cannot be validated and it is not possible to use it.
Is there a way to change the expression datatype to nvarchar(max) instead of the default nvarchar(4000)
Thanks,
Philippe

Change the type of an expression container
Jayender sivaraman
So i am back in the business of using multiple variables.
Too bad
Syed Hasnain Ali
Philippe,
Unfortunately 4000 is the limit on the result of an expression.
-Jamie
Bobby Zwanenburg