Architect - Parameter length shown wrongly in SQL console

Parameter parUserEmail with string length 0 is rendered in the SQL console with length -1 when used in a data structure filter.

DECLARE @BusinessPartner_parUserEmail AS NVarChar(-1);
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.