Quantcast
Channel: SCN : Unanswered Discussions - Data Services and Data Quality
Viewing all articles
Browse latest Browse all 3719

Convertion DB2 DBCLOB to SQL Server IMAGE Datatype via BODS

$
0
0

Hi Everyone,

 

We are migrating DB2 tables to SQL Server 2008 through BODS. Previously they have created DTS package in sqlserver to load DB2 tables.  All tables have been created already in SQL Server. Just we need to map from DB2 to SQL Server through BODS.

 

In a table, field datatype is DBCLOB in DB2 and IMAGE in SQL Server.

In BODS, DBCLOB will recognize as Long, Image as BLOB. Intially data was big endian (0xFEFF) when it was migrated through DTS package. After mapping in BODS,it is getting converted to little endian (0xFFEF).

 

Kindly help me how to convert DBCLOB to IMAGE in SQL SERVER 2008 and data format should be Big Endian (0xFEFF)

 

 

Regards,

R.Savitha


Viewing all articles
Browse latest Browse all 3719

Trending Articles