-> When using [LEN](../../t-sql/functions/len-transact-sql.md) to return the number of characters encoded for a given string expression or [DATALENGTH](../../t-sql/functions/datalength-transact-sql.md) to return the size in bytes for a given string expression, the outputs may differ depending on the data type and type of encoding used in the column. For more information on storage differences between different encoding types, see [Collation and Unicode Support](../../relational-databases/collations/collation-and-unicode-support.md).
0 commit comments