include a text field which can support 64000k plus text
currently having a trigger for concatinating two fields but gives error of incompatible ntext.
my trigger is like this
SET a(64000) = concatenate a(64000) ';' b(255)
4
votes
Rushikesh Birajdar
shared this idea