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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Unicode data transformation using DTS

Author  Topic 

vanamaa
Starting Member

2 Posts

Posted - 2012-03-19 : 11:53:20
Hi Team,

I have got one requirement like copying unicode data from sql server to sybase using dts. What i did was by using table mapping/column mapping from source to destination. But unicode data is not copying properly in sybase table. Can you please suggest me on this.

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-03-19 : 15:58:19
what corresponding datatype you've chosen in db2?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

vanamaa
Starting Member

2 Posts

Posted - 2012-03-20 : 03:26:09
quote:
Originally posted by visakh16

what corresponding datatype you've chosen in db2?

---------------------------------------------------------------------
It's not DB2.

Sybase.

In SQL it is nVarchar
In Sybase it is UniVarchar
---------------------------------
SQL Server MVP
http://visakhm.blogspot.com/



Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-03-20 : 16:07:40
whats happening to data in sybase? its getting corrupted?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -