What are the differences between MySQL and Sql server? What are the parameter to chose between the two?
Asked
Active
Viewed 6,831 times
2
-
You'll need to narrow your difference scope down. Cost? Performance? Scalability? Maintenance? etc... – Russ Cam Mar 20 '09 at 16:54
-
Lots of differences. Do you have any particular requirements? – Cade Roux Mar 20 '09 at 16:51
2 Answers
4
Several questions here related to DB comparisons of various flavors:
What are the major differences between databases?
https://stackoverflow.com/questions/404776/why-isnt-postgresql-as-widespread-as-mysql
2
The paramater to choose between the two is the price tag. How much do you "expect" to pay for your database. If its zero then MySQL is probably good enough for you, if its 10k then SQL Server is probably good enough for you.
As for the actual differences, there are too many to list.

Robin Day
- 100,552
- 23
- 116
- 167