Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 627553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:32:29+00:00 2026-05-13T19:32:29+00:00

The book I am reading says that SQL Server supports two kinds of character

  • 0

The book I am reading says that

SQL Server supports two kinds of character data types—regular and Unicode. Regular data types include CHAR and VARCHAR, and Unicode data types include NCHAR and NVARCHAR. The difference is that regular characters use one byte of storage for each character, while Unicode characters require two bytes per character. With one byte of storage per character, a choice of a regular character type for a column restricts you to only one language in addition to English because only 256 (2^8) different characters can be represented by a single byte.

What I came to know by this is, if I use Varchar then I can use only one language(For ex. Hindi, an Indian Language) along with English.
But When I run this

Create Table NameTable
(
    NameColumn varchar(MAX) COLLATE Indic_General_90_CI_AS_KS
)

It shows me error “Collation ‘Indic_General_90_CI_AS_KS’ is supported on Unicode data types only and cannot be applied to char, varchar or text data types.”

So where have I misunderstood the author?
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:32:29+00:00Added an answer on May 13, 2026 at 7:32 pm

    You can find a list of collations here, along with the encoding type


    Certain collations will apply only to 1-byte encodings — 127 bits are used for normal ASCII and 128 are available for other characters — hindi probably does not fit in 128 characters so a 1-byte collation does not apply to it.

    You will have to use a nvarchar (or other ‘n’ prefixed character type).

    — edit —

    French_CI_AS as a non-english example

    One of the things collations enable is language and locale specific ordering of characters. Therefore French != latin.

    Another example Arabic_CI_AS

    This is a 1-byte encoding with the arabic alphabet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am reading a book on data structures and it says that a left
The book I am reading says that after allocating an object I need to
I'm reading a book that recommends clicking a check box that says Place code
I'm reading a PHP book where the author says that symbols should be avoided
I'm reading Petzold's free (.PDF) WP7 book, and he says that he always changes
I'm reading a C++ tutorial book, and the author says most C++ compilers include
Reading a book (VS 2010), it says that commands (statements) in .NET Csharp cannot
I'm reading a book about parallel programming an it says that it's not thread
Reading the book VS 2010 by John Sharp, it says that generics allows to
I'm reading the Cormen algorithms book (binary search tree chapter) and it says that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.