Click to See Complete Forum and Search --> : I'm confusing between SQL Server and MYSql and Sql Quries


nader
October 17th, 2008, 10:40 PM
- I'm newbie and I'm confusing between SQL Server and MYSql and Sql Quries ?

- and Is the SQL Server database like access and Sql Quries is the language Sql like Select * From Table1

vuyiswam
October 18th, 2008, 03:49 AM
Your Question is unclear, MSSQL and MySql are different, Microsoft created MSSQL not MySQL, these two RDBMS share common SQL Sytax, but not entirely. I think if you can Google the Difference between the two, you will find something.

Hope this Helps

nader
October 18th, 2008, 05:02 AM
Thank you.

hspc
October 18th, 2008, 10:42 AM
MS SQL Server and MySQL are both RDBMSs (relational database management systems).
They are different products, MS SQL Server (http://www.microsoft.com/sqlserver/2008/en/us/default.aspx) is, as access, a Microsoft product. MySQL (http://www.mysql.com/)is now owned by Sun (http://www.sun.com/).
SQL is structured query language. It's a standard that many RDBMSs support to some extent.

I hope this makes things a bit clear :)