Sunday, February 12, 2012

collations and nvarchar

Should a programmer bother using nvarchar for a person's name (special chracters allowed) if I still use SQL_Latin1_General_CP1_CI_AS?

I don't think you can get ascent with Varchar because those characters are not ASCII that is the reason Greek and other similar languages comes with separate code pages and collations.

http://msdn2.microsoft.com/en-us/library/ms144250.aspx

No comments:

Post a Comment