Please tell me any one how we can impliment Hindi phonetic search in sql server like I searching in sql name like N'% ?????%'
this give the result only name exist in ?????
but we want when I search name like N'% ?????%'
it shows the name ?????,???????,??????? all type name like ?????
It is possible in english but i want to search it in hindi
is it any way ??

Nilesh JadavPosted Apr 15, 2017, 9:42 AM
Check that you have installed Hindi collation setup on the server.
Refer this link :
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/a836c6b1-34f5-4e26-88b5-5b4aa0c38316/i-want-to-use-hindi-collation-for-one-of-my-database-not-server?forum=sqldatabaseengine
Hope it helps!