Hello, I have a simple column filled with words, many from foreign languages,
I need to query based on the "English" letters,
ie E, e, é, è, etc should be returned for query of "E"
so école should be returned as a result which exists in the database when I query for "E"
I can't really find a way to Google this, so help would be greatly appreciated.
I'm using MSSQL 2005.