Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Site Related Forums
 The Yak Corral
 mySQL

Author  Topic 

molebrain
Starting Member

18 Posts

Posted - 2004-01-05 : 09:41:31
Ok, now, to start things fresh, I am looking at why SQL Server is THE choice over mySQL. Im in a debate with someone here at work who swears by mySQL and rags on SQL Server. Can anyone provide me any info on why i shouldnt use mySQL?
thanks!!!
-tony

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2004-01-05 : 10:09:14
Have a look at the following link. It may be useful in your debate:

http://www.databasejournal.com/features/mssql/article.php/3087841

EDIT: Another article added
http://openacs.org/philosophy/why-not-mysql.html
Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2004-01-05 : 11:03:38
And remember, if COST is the primary point of concern, you can get SQL Server 2000 in its "free" form by using MSDE 2000. There are a couple of performance limits, but you still get all the features of SQL Server at the price of mySQL.

--------------------------------------------------------------
Find more words of wisdom at [url]http://weblogs.sqlteam.com/markc[/url]
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2004-01-05 : 11:15:06
>> but you still get all the features of SQL Server at the price of mySQL
Actually msde is freely distributable whereas mysql costs money.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2004-01-05 : 11:24:28
quote:
Originally posted by nr

>> but you still get all the features of SQL Server at the price of mySQL
Actually msde is freely distributable whereas mysql costs money.

Well there you go. That just shows I've never implemented a mySQL solution...never had reason to. I thought mySQL's big selling point was that it was free.

--------------------------------------------------------------
Find more words of wisdom at [url]http://weblogs.sqlteam.com/markc[/url]
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2004-01-05 : 11:29:19
Open source - you still need a licence for anything commercial (in theory).

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

molebrain
Starting Member

18 Posts

Posted - 2004-01-05 : 11:54:29
Thanks for the info. What always bugged me about mySQL is that it doesnt (to my knowledge) have Views, Stored Procedures or DTS.
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2004-01-05 : 14:01:26
quote:
Originally posted by molebrain

Thanks for the info. What always bugged me about mySQL is that it doesnt (to my knowledge) have Views, Stored Procedures or DTS.



DTS?



Brett

8-)
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-01-05 : 16:45:30
Check out Rob's blob about MySQL. He links to a site that details the gotchas in that product. Some of them seem to be serious flaws.

http://weblogs.sqlteam.com/robv/posts/576.aspx

Tara
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2004-01-06 : 07:09:28
DTS is a client application so it can ineract with mysql if it has the driver.
It only happens to be distributed with sql server (like enterprise manager).
Should be considered as a separate application like VB.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

Andraax
Aged Yak Warrior

790 Posts

Posted - 2004-01-07 : 06:01:35
mySQL also doesn't have referential integrity so far... (no foreign keys). They are planning to include it in their next version though.

Also, stored procedures is also under development.

But right now I would definately recommend MSSQL over mySQL (even though it's swedish).
Go to Top of Page
   

- Advertisement -