Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-12-04 : 08:10:41
|
| Murali writes "I want to import the UNICODE data from 'Adaptive Server Anywhere 8.0' (Sybase)to SQL server.I careated a new database in SQL Server and sucssesfully imported the structure and data through the SQL Server Enterprise Manager/Tools/DTS/Import option.When I run my application the data appearing is not exactly the same as the data in Sybase. This difference appeared only at some placess where the original data text is in Japanese.The Sybase data is having the unicode collation. But I created the database in SQL server with 'Server Default' collation.Where i am doing wrong? Please suggest me.Thanks in advance." |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-12-04 : 14:26:02
|
| Check the collation of the columns in the tables. What data types did it setup?Tara |
 |
|
|
|
|
|