Advantages of SQLServer vs. MySQL for C#/.NET4 Cloud Applications
Posted
by Ed Eichman
on Stack Overflow
See other posts from Stack Overflow
or by Ed Eichman
Published on 2010-05-12T17:53:27Z
Indexed on
2010/05/12
17:54 UTC
Read the original article
Hit count: 197
I am considering building several C#/.NET4 applications all using a central, cloud based database. In addition, several LAMP (MySQL) web shops will be accessing the cloud DB.
MySQL is the database that I'm most familiar with, and my default selection for the cloud DB would be MySQL on Amazon or Joyent. However, I was wondering what development "extras" are available for SQLServer in VisualStudio 2010 that are not available for MySQL. Are there any "killer features" that should make me consider SQLServer instead of MySQL?
© Stack Overflow or respective owner