asian charachters not showing up

  • I am trying to import a file to a table in my DB. I just right clicked on the Db , went to tasks, and then import data.

    i set up the import package to import the data, but any asian data does not show up correctly. it doesnt show as asian symbols, but as a row just little rectangles.

    what am i doing wrong in this case?

  • Are you using Unicode data types in SQL server ? nchar + nvarchar

  • yea, any columns in question are nvarchar

  • Update on this:

    It seems that when i query teh data using SSMS installed on the server i expirience the problem where i cant see asian charachters, however if i query the data from SSMS installed on my machine, I can see the data!

    what system wide settings or SSMS settings could cause this issue?

  • In SMS in the Save button there is an arrow click on it and you will see the query save options change it to the version of Chinese, Japanese or Korean you need and the problem will go away. You should also know the database and table collations needs to be the same.

    Kind regards,
    Gift Peddie

  • but from my previous post, i can see this is pc specific. i get the odd charachters from the server the database is located on, but running the same query from my own pc connected to the server via SSMS produces perferctly formatted asian charachters.

  • Vista comes with language packs but XP and Win2003 comes with the packs not installed you have to install it, so may be the server the database is located is missing the langauge pack. But this thing is very easy to fix change the query save encoding and adjust the properties of the database.

    Kind regards,
    Gift Peddie

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply