A: 

I have tried using mssql2mysql in the past for migrating SQL Server 2000 to MySQL 4.1

http://kofler.info/mysql/mssql2mysql.html

Or maybe you can refer to the offical document and try out the MySQL Migration Toolkit http://dev.mysql.com/doc/migration-toolkit/en/

tszming
Sorry for not asking question properly,See we will be getting sql server backup from client every night,and we have to load it to my sql every night.so we my solution is t0 try transtional replication.so i am trying heterogenous subscriber as my sql and provider as sql server 2000/2008 ..so My question is 1>how to make my sql as a heterogenous subscriber 2>does heterogenous subscribe is possible in sql server 2000.
hrishi
A: 

There are tools which convert from SQL Server to MySQL but manual inspection of the same after conversion is necessary. http://www.datadoctor.org/partition-recovery/mssql-mysql-converter.html

sneha s kashyap