Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS SQL or MySQL

Status
Not open for further replies.

selinis

Programmer
Oct 15, 2001
29
CA
Hello!

Does anyone know which is the best choice between MS SQL Server and
MySQL?
Context:
- TCP/IP protocol over the network
- MS Visual FoxPro (5 or 6) as the front end development tool

thank you!
 
I believe MySql is realted to Linux OS. MS SQL is in Windows OS. So a comparison dosent lead to anywhere for using VFP. I request to read this with caution, since my knowledge may be limited on this issue.
ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
 
Hello

I've replied already to this issue in UniversalThread. Check your message there.

Ramani, your're right when you say "I request to read this with caution".

MySQL is not limited to Linux -- there are versions for many others OS's (including Windows -- all 32 bit flavours).

Also, even if the MySQL were limited to Linux, the connection to it can be done using ODBC drivers - so VFP is a perfect tool for client-side designing.


Also, there are some things MySQL is not capable to do, such stored procedures and subselects. In this case, the native DBC using views are a great, great tool to improve this.

I've seen with my own eyes a very complicated SQL SELECT command (a big join and two subselects) which take around 2 minutes, and the same select, done with 5 simple views joined locally, take about 10 secs, on 4 huge tables! So, MySQL can be considered an alternative. Also, the databases coruption in MySQL is very, very rare. It's stable, also.

On the other hand, MS SQL SERVER has a lot of advantages on his side.


Anyway, this issue is a long talk. Maybe I'll post an article here, at tek-tips. What do you think about this idea?

Hope this helps

Grigore Dolghin
Class Software
Bucharest, Romania
 
I think that posting an article here about this issue would be a good idea.
thank you!
 
I welcome your suggestion Grigore. I would love to have the benefits of your experience, since I do have a few Linux servers for which this can surely help. Thanks for your informations. Hav a good day :) ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top