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?
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:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.