473,399 Members | 4,177 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

mySql vs. sql server in asp.net hoster

I'll be developing a web app that will use a DB, and I noticed that most
asp.net hosters give you free access to a mySQL DB but you have to pay
additional for the SQL Server DB. Since I'll be developing it from scratch,
wouldn't it be more economical to just build the application using mySQL?
Basically, my question is: why pay more for sql server when I can build the
program with mySQL? Are there any other reasons why I would want to pay more
for sql server?

Thanks.
Nov 19 '05 #1
8 1201
SQL Server has more functionality and is more robust than mySQL.

Cheaper is not always better. You should determine your needs, proceed
accordingly and not base your decison soley on price.

Bob Lehmann

"angel monson" <an**********@yahoo.com> wrote in message
news:uU**************@TK2MSFTNGP12.phx.gbl...
I'll be developing a web app that will use a DB, and I noticed that most
asp.net hosters give you free access to a mySQL DB but you have to pay
additional for the SQL Server DB. Since I'll be developing it from scratch, wouldn't it be more economical to just build the application using mySQL?
Basically, my question is: why pay more for sql server when I can build the program with mySQL? Are there any other reasons why I would want to pay more for sql server?

Thanks.

Nov 19 '05 #2
mysql is tuned for web applications. you will get more performance out of
mysql for low concurrency than you will for sql. mysql doesn't support some
other stuff like stored procs etc. plus, you can't beat free. if what you
need is a back end to support a site that runs serious traffic, sql server
is a better choice.

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
--------------------------------------------------
"angel monson" <an**********@yahoo.com> wrote in message
news:uU**************@TK2MSFTNGP12.phx.gbl...
I'll be developing a web app that will use a DB, and I noticed that most
asp.net hosters give you free access to a mySQL DB but you have to pay
additional for the SQL Server DB. Since I'll be developing it from
scratch,
wouldn't it be more economical to just build the application using mySQL?
Basically, my question is: why pay more for sql server when I can build
the
program with mySQL? Are there any other reasons why I would want to pay
more
for sql server?

Thanks.

Nov 19 '05 #3
"angel monson" <an**********@yahoo.com> wrote in
news:uU**************@TK2MSFTNGP12.phx.gbl:
Basically, my question is: why pay more for sql server when I can
build the program with mySQL?


MySQL currently lacks stored procedures... user defined functions... and a
couple of other "nice to have" features SQL server has.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #4
"Bob Lehmann" <no****@dontbotherme.zzz> wrote in news:uZkYvk1QFHA.3188
@TK2MSFTNGP10.phx.gbl:
SQL Server has more functionality and is more robust than mySQL.


More functionality is true... robustness is debatable.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #5
"Alvin Bruney [Microsoft MVP]" <www.lulu.com/owc> wrote in
news:uo**************@TK2MSFTNGP10.phx.gbl:
mysql is tuned for web applications. you will get more performance out
of mysql for low concurrency than you will for sql. mysql doesn't
support some other stuff like stored procs etc. plus, you can't beat
free. if what you need is a back end to support a site that runs
serious traffic, sql server is a better choice.

Yahoo Finance runs off MySQL - mySQL holds up well under traffic.

The only thing MySQL is lacking is:

1. A good GUI front-end (there are several 3rd party ones, but no decent
offical one).

2. Features likes Stored Procedures, SQL UDF, Triggers...

Otherwise, MySQL is pretty good.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #6
re:
More functionality is true... robustness is debatable.
Can you elaborate on that statement ?

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@127.0.0.1... "Bob Lehmann" <no****@dontbotherme.zzz> wrote in news:uZkYvk1QFHA.3188
@TK2MSFTNGP10.phx.gbl:
SQL Server has more functionality and is more robust than mySQL.


More functionality is true... robustness is debatable.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #7
"Juan T. Llibre" <no***********@nowhere.com> wrote in news:ekGNaH4QFHA.576
@TK2MSFTNGP15.phx.gbl:
More functionality is true... robustness is debatable.


Can you elaborate on that statement ?


SQL Server definately has more features than MySQL... but MySQL powers a
lot of enterprise applications as well. Yahoo Fianace runs off mySQL. There
is MySQL Cluster Server for 99.9999% fault tolerence.

If you need SPs in mySQL, you can use MySQL MaxDB which was originally a
modified version of mySQL built by SAP.

In anycase, MySQL is closing the gap on SQL server. If you need stored
procedures, they're available in MySQL 5.0 Beta (or MaxDB).

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #8
Lucas Tam <RE********@rogers.com> wrote in
news:Xn***************************@127.0.0.1:
There
is MySQL Cluster Server for 99.9999% fault tolerence.


Oops, that should be 5 nine's 99.999% : ) 6 nines would have been nice.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Julia Goolia | last post by:
hi, i'm trying to turn on mysql logging as follows, but it doesn't seem to work: mysqld --log=/root/log the logfile never shows up after a connection or query. so i want to know if...
6
by: Vishnu-Chivukula | last post by:
Hi, Can anyone suggest a .NET 2.0 website hoster. TIA, Happy Coding
4
by: Steve Richter | last post by:
What can be done if the shared web hoster I am using allows only 1 sql server database and a second web application I would like to install is configured to use its own database? can databases...
4
by: Bob Bedford | last post by:
We have no access to a mysql NG on my provider's server, so we ask here: We have a long query (long in text) with a UNION between 2 select. We have been informed that some times the query...
4
by: Dave Moore | last post by:
Hi All, I'm putting a website together using PHP and a MySQL database. I've been using phpMyAdmin as it makes updating the DB nice and easy. For development, I've been using Apache, MySQL and PHP...
12
by: VM | last post by:
I'm looking for an ASP.Net web hoster for my page and I'd like to know what I should consider when making my decision. Since I'm an independent software consultant, my short-term goal is to...
3
by: abcd | last post by:
I get following error. I have 2 simple text boxes and requiresValidator control attached to them. When run on development machine is works when deployed on production server I get following errors....
8
by: Fred | last post by:
Hello, Our website is currently developed in ASP/Mysql 4. The dedicated servers on which it is currently hosted arrive at saturation. Here is their configuration: - 1 server PIV 2,8Ghz 1GB...
6
by: Ridge Burner | last post by:
Can someone tell me which of these 2 SQL queries will be more efficient? I'm having a debate with another guy about which would be less resource intensive for MySQL. The first uses MySQL to pick...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.