count number of characters in nvarchar column May 31, 2023 by Tarik You can find the number of characters using system function LEN. i.e. SELECT LEN(Column) FROM TABLE