I am searching for results WHERE name LIKE '%Soucek%'
(or I tried '%Souček%'
or '%Soućek%'
. I get one result. (I set the whole column to be COLLATE SQL_Latin1_General_CP1251_CI_AS
).
If I search for '%Sou_ek%'
i get all results there are.
I dont understand what is going on. Do you have an idea?
Asked
Active
Viewed 90 times
0

Jakub Bares
- 159
- 1
- 11
-
In which environment is the query executed? It may be that the environment distorts the accent and sends the wrong query. Can you show results for both queries? – basic Jan 21 '20 at 20:20