If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Convert Sql Server stored procedure into mysql stored procedure
hi all,
I just migrated from sql server 2000/2005 to mysql..
i want to convert whole db into mysql...
i have lot of stored procedure which are written sqlserver 2000/2005 environement...
i need a tool to convert sql server 2000/2005 stored procedure into mysql stored procedure....
There is no tool to convert MSSQL procedures automatically to MySQL. You have to manually convert T-SQL commands with ANSI SQL(MySQL) by rewriting the procedures.
convert sql server stored procedure into mysql stored procedure
I have tons of stored procedure in MSSQL and want to migrate data and stored procedure in Mysql.Can someone help me to any tool to migrate data as well as stored procedure.
There is no tool to convert MSSQL procedures automatically to MySQL. You have to manually convert T-SQL commands with ANSI SQL(MySQL) by rewriting the procedures.
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
i have lot of stored procedure which are written sqlserver 2000/2005 environement...
i need a tool to convert sql server 2000/2005 stored procedure into mysql stored procedure....