SQL Query for size of a nvarchar(max) column

Posted by Jim on Stack Overflow See other posts from Stack Overflow or by Jim
Published on 2008-08-31T02:39:15Z Indexed on 2010/05/31 12:22 UTC
Read the original article Hit count: 279

Filed under:

I have a column which is of type nvarchar(max). How do I find the length of the string (or the number of bytes) for the column for each row in the table?

© Stack Overflow or respective owner

Related posts about sql