Hi
I have a SQL Query task which returns a large chunk (~45kb) of XML along with a few extra columns. I'm saving the XML data to a file, and one of the following columns contains the file name, which I put in a separate variable. It's worked fine previously, but today I noticed the job failing due to the file name variable returning "Error in Argument".
If I look at the content of {TASK(<uuid of SQL Query task>|StdOut)} the output is 44,093 characters, and then it says "[VARIABLE VALUE TRUNCATED]" as part of the output. The task is set to UTF-8
Is there a hard limit on the output length from a SQL Query task?