I have to work with the Cyrillic alphabet, I have problem with this alphabet in queries.
When I'm looking for a specific word, some characters work like wildcards and are not considered at all in the comparison. For example, in the following searches:
select * from Words where word = N'мон'
What is a solution for this problem?