If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > SQL vs MYSQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-04, 16:59
user101az user101az is offline
Registered User
 
Join Date: Oct 2004
Posts: 1
SQL vs MYSQL

Hello,

Newbie here looking for additional information on MYSQL/SQL:

I am finding such a wide opinion on what MYSQL can and cannot do. All the MS SQL people state MYSQL is a lowend db. Where all the MYSQL state the latest edition is great and version 5 will have the last big missing function "aka...stored procedures"

Anyways, I am trying to compare the two (on facts) so I can see what it will and will not support over one another.

I have done some research via different forums, but unfortunately I am finding information on pre (v4). MYSQL.

If anyone could point me in the right way - I would appreciate it.

Thanks,

user101az
Reply With Quote
  #2 (permalink)  
Old 10-01-04, 17:09
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
MySQL is a "lower featured" package than Microsoft SQL Server, but that isn't always a bad thing. Particularly if you use (or write) code that targets MySQL, it works just fine. The SQL sub-set that MySQL 4.x delivers is more than adequate for most purposes even though MySQL still falls well short of the SQL-92 standard that is the benchmark for the "big name" SQL servers.

MySQL is small, fast, relatively simple, and good enough for most purposes. MySQL is also cheap compared to DB2, Microsoft SQL, Oracle, and most versions of Sybase.

If I had to implement a system that required 24 by 7 runtimes, with tech support always on call, I probably wouldn't pick MySQL for the database. If I had to implement an application for a non-profit that could cope with occaisional downtime and placed a high value on fast response times on reasonably priced hardware, MySQL would be high on my list of candidate databases. You need to consider how the system will be used to be able to place a value on the featues that MySQL lacks, but in 90% or more of the systems used by businesses it is certainly "good enough" to do the job.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On