I just copied my current database to a new database to find out only the tables are copied,
How do I copy all stored procs the same way in one go?
I do not want to create each stored proc one by one again running create queries
Thank you in advance
This is in MS SQL
Please note that by using the migration wizard we can only convert table
s and copy data,, but cannot convert the triggers, views and stored procedures.
We’ll have to do this manually, which we might cover in one of the future article on how to migrate MS SQL stored procedures to MySQL stored procedures.
Sorry if this is not the response desired....