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 > MySQL vs SQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-17-04, 04:53
FrenchTim FrenchTim is offline
Registered User
 
Join Date: Jul 2004
Posts: 2
Cool MySQL vs SQL

Hi
I'm a programmer but new to database operations...
Can anyone tell me the differences between MySql and Sql - apart from price that is!
Are they interchangable as regards development? - I need to produce an asp interface to an sql database and wonder if I can get away with mysql for test purposes...
Thanks
Reply With Quote
  #2 (permalink)  
Old 07-17-04, 08:01
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
the first thing you must (un)learn is the name of the microsoft product

microsoft has a product called sql server (actually, i think sybase does too, although they do not, of course, market it very heavily by that name; microsoft actually licensed it from sybase, but that's another story...)

sql always refers to the language -- structured query language (and may i point out that it's neither structured not just queries)

the differences between mysql and microsoft sql server (also called mssql) are too numerous to list

in a nutshell, mysql and sql server are both database systems, and both use a variant of standard sql, but that's pretty much all you can say about their similarities

interchangeable as regards development? yes, to the extent that they both use sql, so you have a large body of syntax which is common to both systems

it's the differences in syntax you have to watch out for, but once you know them, it's not that hard

for example, any date calculations you want to do, mysql is a lot closer to standard sql syntax than sql server, but that's because sql server was created before the date standards were completed

yes you can develop an asp application with mysql as your database, just be prepared to tweak the sql when you change over (and make whatever changes are necessary to the connection code)
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 07-19-04, 09:27
FrenchTim FrenchTim is offline
Registered User
 
Join Date: Jul 2004
Posts: 2
Smile SQL vs My SQL

Thanks Rudy - that's very useful! I think I'm going to have to bite the bullet and get the Microsoft SQL product.
Life's complicated eough without having to rework the code at integration test time!
Thanks for your help.
Reply With Quote
  #4 (permalink)  
Old 07-19-04, 14:22
exdter exdter is offline
Registered User
 
Join Date: Aug 2003
Posts: 328
Did you look at Oracle? There is a personal edition for free and very good.
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