January 28, 2005 at 1:31 am
Dear All,
For settings should I use for inserting chinese characters into sql server?
I find that there is a table property called "Collation". Is it the property for different language? What collation should I choose, "SQL_Collation" or "Window_Collation", "Binary Sort" or
January 31, 2005 at 8:00 am
This was removed by the editor as SPAM
February 2, 2005 at 11:59 am
From the books online, here's how you get the available collations.
These you use in the create table statement.
SELECT *
FROM ::fn_helpcollations()
February 18, 2005 at 8:09 am
We are also in need of this information. I would appreciate if we get a solution to this problem. Please let us know which option to choose.
Thanks
Vipin Kedia
February 18, 2005 at 3:27 pm
Its a lengthy solution of the times, which exact Chinese character you want to insert and work with.
Traditional Chinese character or Simplified Chinese characters ?
Is your operating system installed with these characters ?
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply