MySQL Forums
Forum List  »  Microsoft SQL Server

Re: 1 flat stored procedure to migrate from SQL Server to mySQL
Posted by: Dmitry Tolpeko
Date: August 15, 2009 02:44PM

SQLWays contains SQL Converter tool (will be replaced with SQLWays Studio soon) to convert scripts without connection.

But be careful, in some cases, it is required to read table/view or other dependent objects information for proper conversion (for example, to resolve data type casting).

In this case, the conversion with a connection can provide better results, or you have to link all dependent scripts (in case if you do not have all objects in one file).

Dmitry Tolpeko

Options: ReplyQuote


Subject
Written By
Posted
Re: 1 flat stored procedure to migrate from SQL Server to mySQL
August 15, 2009 02:44PM


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.