Viewing post 1 (of 1 total)
I have written my own fucntion.
You can test it with:
SELECT dbo.Format_RemoveAccents( 'ñaàeéêèioô; Œuf un œuf' )
You will optain ==> naaeeeeioo; OEuf un oeuf
The function:
CREATE FUNCTION dbo.Format_RemoveAccents( @STR varchar(8000)...
September 6, 2010 at 7:18 am
#1216923