Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL Server vs MySQL

Author  Topic 

blund
Starting Member

23 Posts

Posted - 2012-10-12 : 13:58:28
Looking for opinions, hopefully this is the proper forum.

There is a local SQL language class coming up, that I am considering, to get a better understanding of SQL programming, but they will be using MySQL as the basis.
Is there much of a difference with MySQL than what we are using inside of the Microsoft SQL Server Management Studio (2008 R2)? Essentially, will I learn the same "language" when it comes down to it?

I see that MySQL is described as a "free" software, and less powerful.
As stated above, we will be using the SQL Server, and not installing any MySQL applications.
Using it mostly for creating Views and running Select queries (hopefully semi-complex, someday), the occasional Update query, and some SSRS reports.


Thank you for any thoughts.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2012-10-12 : 18:09:14
The SQL dialects will be similar, but the differences can be frustrating to deal with (MySQL LIMIT vs. SQL Server OFFSET, backquotes in MySQL vs. brackets or double quotes in SQL Server).

SQL Server has a free version (Express Edition) that limits certain features but is otherwise the same as the regular SQL Server editions.
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2012-10-13 : 07:13:24
Beyond the syntax differences , it is very useful to learn about raelational theory and other database principals - this way you can understand the basics. Thinking about which platform , will probably depend on what you see yourself doing in the future

Jack Vamvas
--------------------
http://www.sqlserver-dba.com
Go to Top of Page
   

- Advertisement -