Can anyone advise why storing the name "Karen-Ann McCabe" in a varchar(50) column returns a LEN value of 18 ? I have checked that there are no extra characters at the end of the name.
This is causing queries to fail when the look for the exact string. If I add the % wildcard to the end the record is found.
Any suggestions ?
This is causing queries to fail when the look for the exact string. If I add the % wildcard to the end the record is found.
Any suggestions ?