954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Hindi text in nText column SQL Server 2005

We are using SQL Server 2005, and saving Hindi, English, Japaneese, Chiness languages in nText column.
This all we are doing using google analytical. However, we don't know how to know which value is Hindi or Englsh as they are encoded.

Please suggest how to write a query to know the count for all the rows having Hindi text.

Pawan Garg

pawangargmit
Newbie Poster
1 post since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

UNICODE .
Returns the integer value, as defined by the Unicode standard, for the first character of the input expression.

SELECT     
  UNICODE(SUBSTRING(colName, 1, 1)) 
FROM  TABLENAME
__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: