Click here to Skip to main content
16,004,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
on my website, i developed a report of sales, customers names are saved in greek in sql server db. my insert query save the record successfully. but when i run query like
SQL
SELECT * FROM Customers WHERE name like '%ΤΣΑΓΑΝ%'


It did not return any result, my question is that, i want to search greek text saved in db in sql. what should i do. i googled too much from 2 weeks. but did not found any working solution. may be there is a issue in writing my query. plz help me to solve this.


Thanks in advance

What I have tried:

I tried COLLATE Greek_CS_AS ,freetext etc ,many options, but no one method worked.
Posted
Updated 29-Oct-16 5:41am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900