Forum Moderators: open

Message Too Old, No Replies

MY SQL versus Microsoft SQL

would MY SQL be OK in this scenario?

         

Simon606

9:23 pm on Aug 18, 2008 (gmt 0)

10+ Year Member



Hi guys

I have a website written in asp and hosted on a Microsoft server. The website is currently writing to an Access database.

Would it be OK to transfer this database to MY SQL or would it be better to choose the Microsoft version?

What do you think?

LifeinAsia

10:12 pm on Aug 18, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It depends of how big you plan to grow.

If you're still at the point where you're not crashing with Access, MySQL will probably be fine if you don't want to spend the money right now. But you may reach the point some time where a free solution just won't scale any longer. Chances are you're many months or years away from that point, so the money would probably be better spent in other development right now.

Oh, and I am saying that as an MS SQL user (who did the Access -> MS SQL migration years ago).

phranque

12:50 am on Aug 19, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It depends of how big you plan to grow
...
you may reach the point some time where a free solution just won't scale any longer

even bigger than G, perhaps?
you can design non-scalable architectures for proprietary technology as well.
from the mysql site [mysql.com]:

In the online world, many of the largest and fastest-growing companies use MySQL to cost-effectively Scale-Out their successful businesses, saving millions of dollars over high-cost proprietary technology including Google, Yahoo, craigslist, Ticketmaster, Wikipedia, YouTube, and Evite/Citysearch.

Simon606

9:46 am on Aug 19, 2008 (gmt 0)

10+ Year Member



So a MY SQL database won't have a negative impact on the set-up I have?

phranque

11:36 am on Aug 19, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



i don't have specific experience with asp.net.
perhaps this reference would be helpful:
[dev.mysql.com...]

LifeinAsia

4:21 pm on Aug 19, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Upgrading from Access to almost anything else will not have a negative impact on your site. Remember that Access was designed as a desktop database for mostly 1 user at a time, not a robust database serving multiple users simultaneously.

Simon606

8:44 am on Aug 20, 2008 (gmt 0)

10+ Year Member



Upgrading to my sql seems to be the easiest option so thanks to your advice that is what I will do.