Connect MySQL to SQL

Connect MySQL to SQL

am 13.02.2006 23:21:00 von Shank

I use DTS (Data Transformation Services) to transfer data between two SQL
servers. I want to import data into MySQL from SQL. Does MySQL have anything
close to DTS? What would it be called?

thanks!

Re: Connect MySQL to SQL

am 13.02.2006 23:51:44 von Bill Karwin

"Shank" wrote in message
news:gD7If.22566$Fw6.13288@tornado.tampabay.rr.com...
>I use DTS (Data Transformation Services) to transfer data between two SQL
>servers. I want to import data into MySQL from SQL. Does MySQL have
>anything close to DTS? What would it be called?

MySQL Migration Toolkit?
http://dev.mysql.com/doc/migration-toolkit/en/index.html

Regards,
Bill K.