Viewing 2 posts - 1 through 2 (of 2 total)
Thanks Robbert and Hugo for helping me out.
February 2, 2009 at 10:58 am
#936594
REPLICATE( N'A', 4000000));
what is the meaning of N in N'A'? is it the maximum length.
I executed the below statements,
INSERT #t VALUES (1, REPLICATE( N'A', 4000000));
INSERT #t VALUES (2,...
February 1, 2009 at 4:27 pm
#936209