When running task of type SQL - Stored Procedure I am attempting to pass a large varchar param. The SP accepts varchar(max), but VC appears to be truncating the value to 50 chars. I've tried using datatypes varchar and text, and disabling validate, with similar results.
Anyone using Stored Procedure successfully with param values > 50 chars?
-Chad