Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
if we want to serach unicode data in sql server we need to use N before the searching string. If i use N also with English string then does this provide me wrong result or else?
Posted
Comments
What did you observe?
CHill60 2-Nov-13 14:54pm    
Virtual 5!
Thanks... :)
Muhamad Faizan Khan 2-Nov-13 22:05pm    
fine

1 solution

This can not be a problem, since N (unicode) character sets are an extension of the original ANSI character sets used by Windows (SQL Server documentation is noting it as ASCII, but it is not standard ASCII). If you read the unicode specification[^], you will see, that all English characters are on the right place.
 
Share this answer
 

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