Hopefully simple topic to spark some good opinions, Question is MySQL or SQL Server???

Posted by magellings on Stack Overflow See other posts from Stack Overflow or by magellings
Published on 2010-06-18T15:48:46Z Indexed on 2010/06/18 15:53 UTC
Read the original article Hit count: 240

Filed under:
|

I'm beginning development of a website and a high priority is for it to be extremely optimized, quick responses, etc. There will ultimately end up being large amounts of rows in the main tables (millions), so scalability is also important.

It will need to use a database on the back-end for data storage and my web hosting service supports either MySQL or Sql Server. This website will be developed with .NET ASP.NET MVC with NHibernate (hopefully it can run in medium trust mode, as that is a requirement of my web hosting and reflection requirements of NHibernate may be problematic, maybe someone has a comment on this too).

I'd also prefer to use the database that will require the least attention in regards to management. I don't want to have to be a DBA here. :)

I wanted to through this topic out to the public to see what the community thinks? So MySQL or Sql Server, generally, which one would be better to use?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql-server