|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, June 08, 2009 9:27 AM
Points: 1,
Visits: 3
|
|
| Is it possible to run SQL server on Linux? I've heard rumors of such a product but nothing definite. Any help would be appreciated.? Thanks
|
|
|
|
|
SSCoach
         
Group: General Forum Members
Last Login: 2 days ago @ 1:55 PM
Points: 15,442,
Visits: 9,571
|
|
There are ways to get Windows apps/services to run on Linux, but you're almost certainly better off using one of the RDBMSs that's designed for Linux/Unix. Like MySQL or Oracle, which have *nix versions.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, August 31, 2011 11:35 PM
Points: 298,
Visits: 57
|
|
Yip definatly no way to run MS SQL on Linux. MYSQL is the way to go then.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, February 13, 2013 12:30 AM
Points: 353,
Visits: 487
|
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: 2 days ago @ 6:21 AM
Points: 893,
Visits: 872
|
|
I think the question is slightly more interesting than you think, although the answer is probably still "not possible"!
If you are interested in running a fast database, then you want something that runs "natively"; this excludes all kinds of emulation, conversion, virtualisation, etc. The answer here is to use an RDBMS which is designed to run on Linux. So that means no Microsoft SQL Server.
The WINE project attempts to run Windows applications on Linux. There have been attempts to run MSDE and SQL Server Express: http://appdb.winehq.org/appbrowse.php?catId=25 although not with much success. There are other similar projects running.
Don't forget you have the virtualisation option, where you use VMware, Xen, etc on Linux, and run a virtualised Windows OS. This is not exactly running MSSQL on Linux, but it is close and probably the simplest option.
Andy
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 3:26 AM
Points: 2,621,
Visits: 2,759
|
|
Sometimes you see announcements on April 1 that SQL Server can run on Linux.
Some people believe them, but so far nobody has got SQL Server working on Linux, but that may just be a bug in the installer :)
Author: SQL Server FineBuild 1-click install and best practice configuration of SQL Server 2012, 2008 R2, 2008 and 2005. 25 March 2013: now over 23,000 downloads. Disclaimer: All information provided is a personal opinion that may not match reality. Concept: "Pizza Apartheid" - the discrimination that separates those who earn enough in one day to buy a pizza if they want one, from those who can not.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Friday, October 08, 2010 12:31 AM
Points: 41,
Visits: 107
|
|
| No. SQL Server is only for Windows OS
|
|
|
|