Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting database from MS SQL to MySQL 1

Status
Not open for further replies.

multiplex77

Programmer
Dec 25, 2001
302
SG
Hi,

I'm trying to use Microsoft SQL Server Enterprise Manager's Data Import/Export Wizard to export my SQL Server database to MySQL. However I don't know which Destination server to choose to export to. Has anyone done this before? Would appreciate any advice. Thanks.

On a separate issue, does MySQL support stored procedures?

Thanks for the help! :)
 
I'm not sure if you can use the import/export wizard to do this, but I'm positive you're not going to be able to do a server-to-server transfer. Mi¢ro$oft's software doesn't speak MySQL natively.

You might be able to do it via the MyODBC ODBC driver, available at
Barring that, you may have to export your database to SQL statements, then modify them to conform with MySQL's column types, etc, then import the SQL into MySQL.

Another thing that may be of help is an app called "EMS MySQL Manager", which I know can suck data out of Excell spreadsheets and Access databases, then insert the data into MySQL. It's not a free app, but has a 30-day demo you might want to try. Look in Google for "EMS MySQL Manager".

MySQL does not yet support stored procedures. The authors plan on having that feature implemented in version 5.0, projected to be released at the end of this year. Want the best answers? Ask the best questions: TANSTAAFL!
 
I found a good mySQL front end program called mySQLfront. Even though its development has stopped, it is a good program. It has import/export capability that you could use.

You can find it at
Give it a try.
 
Sorry forgot to thank sleipnir214... THANK YOU sleipnir214 for your help too!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top