sql server - MSSQL and MYSQL Migration -


i have migration problem must resolved @ ten days. have middle sized c# web server has 50.000 line of code , have middle sized sql server has triggers, storage procedures , 20 tables contains @ least 10 columns.

because our microsoft licences expired end of month, must convert project project uses mysql database reducing our cost of server without buying microsoft sql server licence. cannot change adapter class because did not wrote c# server code. if want make changes on server program, must understand whole project , takes @ least 2 weeks because of tons of codes.

what advise me migration process? need quick , robust migration tactic. cannot take backup because server data exceeded 10tb data (yeah bad programming).

thanks advising.

migration of stored code (procedures, triggers) challenging task. please read guide: https://www.mysql.com/why-mysql/white-papers/guide-to-migrating-from-sql-server-to-mysql/

i don't think migration without changing c# code possible.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -