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