This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
firstname
= dbo.dsi_fnRemoveChars('''.,/-#''',replace(Upper(pnamefirst) ,' ', '')),
How do I add in to remove accents as well from letters?
dsi_fnRemoveChars(...
That's not a system function and as long as we don't know the code of this UDF "dsi_fnRemoveChars", no one can tell you what you have to modify to get the expected result.
Please have a look at this solved post; may it works for you, too: Accented Words Mapping to English Alphabet
Olaf Helper