MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Exporting data to MSSQL (using a new XSL based Tool)
Posted by: Tony Tromp
Date: October 08, 2010 09:17PM

PS: For those who dont know how to parse xsl files. You can use xsltproc (part of the libxslt distrobution).

=> mysqldump -X -u <USERNAME> -p<PASSWORD> <DATABASE> >mysql_output.xml
=> xstlproc m2m_createtables.xsl mysql_output.xml >create_tables.sql
=> xstlproc m2m_insertdata.xsl mysql_output.xml >create_tables.sql

Options: ReplyQuote


Subject
Written By
Posted
Re: Exporting data to MSSQL (using a new XSL based Tool)
October 08, 2010 09:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.