Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I implement Wide Character Languages in SQL Server?

Status
Not open for further replies.

Giddygoat

Programmer
May 16, 2001
36
GB
Can I implement Wide Character Languages in SQL Server? What data types will I need to use for strings. Could I put a block of Korean text into a Varchar? or would I need to use nVarChar?

Thanks

John
 
nchar, nvarchar and ntext are a double byte character set (DBCS) data types used for Unicode data. That would be your choice. See UNICODE in SQL BOL. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top