Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi developer I want to migrate the SQL database to MySQL with store procedure but I can't
please anybody help me in this case

What I have tried:

I have to use the Mysql Migration tool but the only tables are migrated and store procedure and views not migrated
Posted
Updated 7-Sep-21 0:24am
v2

1 solution

Either find a better tool, or migrate the stored procedures manually:
MySQL :: MySQL 8.0 Reference Manual :: 13.1.17 CREATE PROCEDURE and CREATE FUNCTION Statements[^]
 
Share this answer
 
Comments
Fahim ullah 7-Sep-21 6:44am    
Can you suggest a better tool, because I cant migrate it manually i have already a database.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900