I am having blob/clob contents in my oracle database and wants to migrate to sqlserver using DTS. I am using sqlserver 200 with SP3. Please let me know, how can i do this.
Firstly, this is a wrong group. I thought you were talking about SQL2005. Anyways, BLOB's in Oracle map to SQL Server's TEXT,NTEXT or VARBINARY datatypes. Hence you can use DTS to directly do the migration.