I have about 50 stored procedures in a intranet application which I want to convert to MySQL. There are plenty of products to convert the data, but nothing for SPs.
Does anyone know of a <b>guide</b> for undertaking this mammoth task? Some of the SPs are quite 'procedural' IE. use conditional statements "IF", "ELSE", "BEGIN", "END" - also cursors.
I can generate a script file of the SPs from MSSQL which will give me quick access to the code, but I don't expect to just be able to cut 'n paste into MySQL.
If someone has done this kind of thing before I would be grateful for tips, pitfalls to watch out for etc.
Thanks
Does anyone know of a <b>guide</b> for undertaking this mammoth task? Some of the SPs are quite 'procedural' IE. use conditional statements "IF", "ELSE", "BEGIN", "END" - also cursors.
I can generate a script file of the SPs from MSSQL which will give me quick access to the code, but I don't expect to just be able to cut 'n paste into MySQL.
If someone has done this kind of thing before I would be grateful for tips, pitfalls to watch out for etc.
Thanks