Viewing post 1 (of 1 total)
The datalength() function may help dx. Len() rtrims before it computes; datalength() doesn't.
Do note how datalength() returns the true length of unicodes:
declare @k varchar(10), @nk nvarchar(10)
select...
March 27, 2008 at 9:16 am
#794681