I have some content in our database with (for our language) 'strange' characters.
For example:
Å
When using the like
statement in Sql Server with the letter A
, this does not return a result because the Å
is not an A
.
Is there a way in SqlServer to treat the Å
as an E
(and the é
as an 'e
' etc)?