MySQL vs Microsoft SQL

Which one Is Better

  • Microsoft SQL

    Votes: 2 6.9%
  • MySQL

    Votes: 27 93.1%

  • Total voters
    29
  • Poll closed .

wh00p101

New Member
Messages
241
Reaction score
0
Points
0
Personally I find MySQL to be better. Because it's Open Source. I'm a great support of open source software. It's free. Unless you want go to for the enterprice edition and even then it's still greatly cheaper than MS SQL. It's the most widely supported out of the two.
But that's just my opinion.

Chris
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
I think Microsoft SQL is faster or something thats what I've heard.
 

nightscream

New Member
Messages
948
Reaction score
0
Points
0
there isn't much diffrents.. But i would go for mysql because the most websites are using apache and mysql so you will find more coders and more scripts for it.
 

jptosso

New Member
Messages
200
Reaction score
0
Points
0
i think that mysql is better, its easier to make php interact with him, easy to managge the console, full of interesting stuffs, its everythink that i need :)
 

eminemix

Member
Messages
350
Reaction score
0
Points
16
I learn Microsoft SQL at school but i prefer MySql cause i can get more help on the net with it.
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
MsSQL for stored procedures :)

Really depends on what you're trying to do. MsSQL Works best with asp.net whereas MySQL works great with php.

I prefer Oracle as a whole, seconded by DB2 and firebird.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
jptosso -- Mono
Edit:
Forgot, MySQL

I even use it with VB.NET + PHP
 
Last edited:

Laos101

New Member
Messages
24
Reaction score
0
Points
0
Well, This is a bit confusing of a question

each are used in databases etc. However, MySQL is far more popular and used in many MMORPGs, and webservers. MSSQL is closed source and thus less open to people,

Its not a factor of whos better, its a factor of who uses them
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
I would have to say that MySQL is the best option. I have had experience with both flavours and it is not only more popular, but its easy to work with, supported by many webhosting services and it simply has more features so there you go.
 

munim

New Member
Messages
76
Reaction score
0
Points
0
MySQL.. it is free and powerful! If you have your server, you have to pay to install any windows server OS. You can have a complete linux server setup (Linux, Apache, MySQL, PHP) for free.
I just read a report on what large websites use at the backend to power their websites (some site called high scalability). It seems most of them use MySQL as the database server.
 

DarkDragonLord

New Member
Messages
782
Reaction score
0
Points
0
when i saw 'microsoft' sql, i already knew the other will win lol


but anyways, mySQL rule over all, its opensource ^_^
 

Avalanche

New Member
Messages
49
Reaction score
0
Points
0
Well, there is not a definite 'best' but rather which suits your needs.

Eventhough I would have to say MySQL all the way, why? Cross-platform... And also the fact that administration interfaces like phpMyAdmin work through a normal browser.

I dont see a real advantage for MsSQL over MySQL, I would dare to say that MsSQL is slower sometimes. MsSQL's strength lies within the tight integration into MS dev environments and the DB driver models.

So yeah, as long as you're going php, MySQL and you wont have to worry about which platform it may run on.
 
Top