Link to home
Start Free TrialLog in
Avatar of sepknow
sepknow

asked on

Migrating to MySQL

Is MySQL product really free to use even for commercial?
The free MySQL is a full feature product?

What is the advantage of migrating from MSSQL 2005/8 to MySQL
when all my servers are running Microsoft OS and all my developement
work is using VS 2005/2008?
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

Your developers will get mad. If your concerned about cost use express editions. You can't cluster or replicate but aside from that it's fully functional.
Avatar of sepknow
sepknow

ASKER

But Express has database size limitation (2005-4GB, 2008 10GB?).
MySQL is free and the database size is much more than what Express can offer.
Talk to your programmers. If they are using linq or entity framework they will have prolems. My biggest issue with mysql is the lack of decent support for stored pocedures. Many .net mssql guys live off stored procs.
SOLUTION
Avatar of wolfgang_93
wolfgang_93
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sepknow

ASKER

Thanks.