Possible Duplicate:
How do I perform an accent insensitive compare (e with è, é, ê and ë) in SQL Server?
Let's say I have in my column text:
"some text ... España .. some text"
Is it possible to write query which returns me this row even if I write:
where dataColumn LIKE N'%espana%'
I have limited number of special characters that I have to ignore
thanks for any help