I have developed a java application that is based on MS SQL Server 2005.
Now I am trying to migrate my database to MySQL 5.6 by using “Migration Wizard” tool of MySQL Workbench.
The problem is that I have a lot of triggers and procedures and no one is created to MySQL.
Some triggers have reference to the same tables that are attached.
Is it any way to create triggers and procedures automatically or I should create everything from the scratch?
Now I am trying to migrate my database to MySQL 5.6 by using “Migration Wizard” tool of MySQL Workbench.
The problem is that I have a lot of triggers and procedures and no one is created to MySQL.
Some triggers have reference to the same tables that are attached.
Is it any way to create triggers and procedures automatically or I should create everything from the scratch?