I'm sending notifications to a SQL stored procedure and the output is truncated at about 20 characters. My proc can take nvarchar(max) and I've tested to make sure it will take quite a bit of text.
I've tried setting the type (in VisualCron) to nvarchar max, auto, and also text. I've tried with both Validate on and off. I found a previous post that mentioned needing to set something in the server settings but the only thing I see there is Output settings: Limit Output to 2000 characters. I've tried increasing this but it won't go above 2000.
I'm running version 5.6.3-11 beta.
Thanks for any ideas on how to get the full output to my proc.