I have a series of Oracle PL/SQL code creating procedures and functions which I need to migrate to MSSQL. Apart from that , some DDL statements such as table/column/index creation need to be translated too.
Is there some CPAN module or some other starting point for this exercise? The translation need not necessarily be complete in all details, I'd be very glad if the tedious task of doing it all is a bit alleviated