|
||||||
| Database & Database Programming MySQL, Oracle, SQL, PL/SQL, ABAP, Smart Forms, and other databases and languages. A database is an organized body of related information used in many websites (including CC). |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
First of all, your headline is not good.
You can't compare "SQL" and "MySQL". SQL is a language, while MySQL is a database. MS SQL Server 2000 and MySQL are both databases, implementing the SQL-language. There is no big differences between the two databases. They both handles data. Of course there'll always be some differences between two products, but for a quick overview; they're doing the same stuff.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum C/C++ resources - C/C++ frequently asked questions Python resources - Python frequently asked questions I'm always up for a chat, so feel free to contact me... |
|
|||||
|
To be honest I don't no much about databases in general, and haven't used them for a while, so I'm not the best to ask.
I've only been working with the MySQL database, and it's fast, secure and easy to use. And it should could handle a medium database. I can't say if it's better than MS SQL Server because I've no experience with it. If I should choose one of these databases (MS SQL Server and MySQL) I would choose the MySQL-database. Maybe someone in here can come with a more detailed description?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum C/C++ resources - C/C++ frequently asked questions Python resources - Python frequently asked questions I'm always up for a chat, so feel free to contact me... |
|
|||||
|
The difference is that one is a free (largest used) database - MySQL while MS SQL is made by Microsoft and is intended for large scale database structures.
MySQL will do fine for a medium or even a large database and I prefer to use it because it runs on Linux. MS SQL isn't bad but I hate managing it with the GUI that it comes with. In the end you should probably choose the one you know best.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Don't hesitate to ask any questions that you have! Check out our ASCII Calculator! |
| Sponsored Links |
|
|
|
|||||
|
Thank you both, you helped me a lot.
I'm going to give Mysql a try, I'll consult more with the tutorials and eBooks... Thanks alot once more, I didn't think my questions will be answered this soon! good Site, Good Forums... Thanks very much... |
|
|||||
|
I work with Firebird, MS SQL, and Oracle. I advise against Oracle whenever possible. It's painful to work with. MS SQL and MySQL will have slightly different syntax for advanced features, but should be comparable for a moderate number of users with pure SQL. You should avoid using Access if there is any chance of more than a handful of people using it at once, or even slightly complicated SQL queries. Access is a toy.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||
|
I would *definately* have to agree with pretty much everyone.
Use MySql, you are going to be using SQL for all of your queries really, just hopefully you have MySql 4+ on the server you are going to be messing with. I have been recently developing in .net so, I use SQL Server 2005 express, but then I make the DAL and the BLL, and then I cry, then I program.. One other thing you may want to consider if you are using PHP5 or so, is SQLite, its not meant for large scale projects, it doesn't scale well thats for sure, but, for small/medium sized projects, it is absolutely fantastic. Try it out, its actually really cool. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best program for SQL database manipulation | Rhadamanthys | Database & Database Programming | 3 | 07-02-2007 02:32 PM |
| MySQL Loops | reachpradeep | Database & Database Programming | 0 | 03-04-2007 09:12 AM |
| MYSQL CheatSheet - A must for MySQL Users | reachpradeep | Database & Database Programming | 1 | 03-03-2007 03:05 PM |
| Oracle has more Flaws than MS SQL? | Jordan | Database & Database Programming | 9 | 12-05-2006 09:39 AM |
| MySQL Resources | dirkfirst | Database & Database Programming | 1 | 05-25-2006 02:31 AM |
| Xav | ........ | 1322.18 |
| MeTh0Dz|Reb0rn | ........ | 1053.7 |
| morefood2001 | ........ | 879.43 |
| John | ........ | 877.37 |
| marwex89 | ........ | 869.98 |
| WingedPanther | ........ | 830.24 |
| Brandon W | ........ | 735.07 |
| chili5 | ........ | 309.39 |
| Steve.L | ........ | 236.23 |
| dcs | ........ | 216.02 |
Goal: 100,000 Posts
Complete: 82%