Link to home
Start Free TrialLog in
Avatar of jculkincys
jculkincysFlag for United States of America

asked on

Transfering a Blob between SQL Server 2000 and MY SQL using DTS

Hello

I have a SQL Server here and I am copying a table from it to a MS SQL database using DTS. One of the fields in the table is a medium text (entries in it are about 300 characters.) DTS will not allow me to move a BLob so I have to split the data up into 2 fields and they concatenate them - any suggestions do I don't have to do this?

Thanks
jculkincys
Avatar of jculkincys
jculkincys
Flag of United States of America image

ASKER

FYI the MY SQL database is not on site - we are connecting to it using an OBDC (other) connection.
ASKER CERTIFIED SOLUTION
Avatar of Lowfatspread
Lowfatspread
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just to clarity database 1 is a MS SQL Server 2000 and database 2 is my SQL (4.1.7)


we are using DTS to tranfer a table from database 1 to database 2
Thanks for the help -
we got it done by transfering the table to access and then exporting it to the mysql database