Hi All,
i have a table where couple of coloumns consititues Arabic text . my requirement is to search for a string in arabic characters on those coloumns , i have been trying run the below query but search query turns out to be not fruitfull.
SELECT * FROM Coloum1 WHERE (oldarabictext = N'%عملاء%') .
Can some one help me out with a proper approach for this kind of scenario.
Regards,
Jaipal Vallabhaneni