Question

  Asked: May 5 2008   8:47 AM GMT
  Asked by: Jaco


Linux vs Microsoft


SQL, Linux, Linux databases

what is the Linux equivalent for SQL Server? Also, what is the difference between the two?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0



There are several alternatives for Microsoft SQL Server for Linux.
Two of the most common are PostgreSQL and MySQL.
They are released under the BSD and GPL licenses, respectively (MySQL is actually released under two different licenses, GPL (free) and a proprietary license (costs money)).
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Development and Linux.

Looking for relevant Development Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Ysrd  |   May 8 2008  12:56AM GMT

SQL servers are all generically related. But different databases have different features that extend the SQL standard.
So in Windows you have access and MS-SQL and then things like Oracle.
in Linux you have cloudscape (a java based sql database) and mySQL andf then PostgreSQL which basically break down on the same lines. So if you are using ms SQL on Windows I would recommend mySQL on Linux. DO your scripting and web forms with php and use apache web server to server it to your users. (All of these are open source like Linux.)