Hello all. We use a stored procedure that has an argument that used to be great at varchar(800). The company has grown though and when a user tried to send 43K bytes to that argument sql server was unhappy.
I need to send very big strings there. What to do? Varchars have a limit of 8000 bytes.
Thanks in advance
Rik