Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Data Length

    Thanks Robbert and Hugo for helping me out.

  • RE: Data Length

    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,...

Viewing 2 posts - 1 through 2 (of 2 total)