I have to migrate database from mysql to ms sql server 2005.I imported table successfully, now i need to convert store procedure written in mysql to ms sql server 2005.i need to convert a ton of sp so manual conversion is a tedious task, is any tool or simple way to convert sp of mysql to sql server 2005.
Share
Take a look at the Microsoft SQL Server Migration Assistant. It has the ability to migrate Events, Functions, Procedures, Statements, Tables, Views, including the data. SSMA 2005/2008 for MySQL v1.0 is designed to work with MySQL 4.1 to 6.0 and all editions of SQL Server 2005, 2008, and SQL Azure.