views:

18

answers:

1

Hello all,

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.

+1  A: 

Take a look at the Microsoft SQL Server Migration Assistant 2005, it might do what you need. SSMA 2005 for MySQL v1.0 CTP1 is designed to work with MySQL 4.1, 5.0 and 5.1 and all editions of SQL Server 2005

SQLMenace
Dear SqlMenace ,SSMA work only for tables, Not for store procedure.:)
Vivek