When I search with the following query
Select * From [table] WHERE Name like '%Hà Nội T&T%'
in my mssql database I get no results
, even though I'm sure it exists in the db.
I seem to have trouble with characters like ộ, ẫ, and Đ
.
I have tried changing collation-settings but nothing helps.
Any suggestions?