Hi,
I can't find an answer to this so if anyone knows of one please point me in the right direction.
A friend has created a few tables for me and used nvarchar(max) on around 4 of the columns in the table. Inserts and Updates are handled using stored procedures.
Am I right to worry that the executes of the stored procedures will error if one or more of the columns reach the MAX limit?
Thanks!