Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to set up a small web site using asp.net and MySql.The problem is I already have an MSSql database which has been operational for some time how do i migrate the data and structure from my database to the web database without loosing my procedures?
Posted

1 solution

You have to migrate mssql to mysql and stored procedures as well. after that install mysql connecter it will gives you dll file for communicate with mysql
than add reference that dll file into Bin. set up & deploy it..that's it .
 
Share this answer
 

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