Suppose I declare a variable with varchar(6000)
In my table i have a field with the datatype as text.
If I try to insert the value of the variable into that variable either directly or using
convert the value for the string gets truncated.
Is there any way to resolve this.
Thanks in advance
In my table i have a field with the datatype as text.
If I try to insert the value of the variable into that variable either directly or using
convert the value for the string gets truncated.
Is there any way to resolve this.
Thanks in advance