Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Security / September 2006

Tip: Looking for answers? Try searching our database.

Help on the unicode

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeremy20 - 28 Sep 2006 06:31 GMT
Hi,
im required to display chinese names out using ms sql server but i do
know how to use the unicode. Can anyone help me along with it?

Thanks,
Jeremy

--
Jeremy20
Uri Dimant - 28 Sep 2006 08:13 GMT
Jeremy20

CREATE TABLE #T (c NAVARCHAR(50))

INSERT INTO #T VALUES (N'Chineswordshere')

> Hi,
> im required to display chinese names out using ms sql server but i do
[quoted text clipped - 9 lines]
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1682107.html
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.