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.
| Author |
Topic |
|
silas2
Yak Posting Veteran
65 Posts |
Posted - 2005-09-07 : 10:25:41
|
| Can you run SQL Server on a Linux Redhat server? |
|
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2005-09-07 : 10:38:47
|
| I doubt it. Even if you could do it, you'd probably have some sort of emulation software, and performance would not be very good.For Linux, I'd suggest mySQL, but it doesn't have everything that SQL server has.Michael<Yoda>Use the Search page you must. Find the answer you will. Cursors, path to the Dark Side they are. Avoid them, you must. Use Order By NewID() to get a random record you will.</Yoda> |
 |
|
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2005-09-07 : 22:53:12
|
No, I tried it before, but maybe I was using a lower version and they've come up with a version that allows this or simple messed up with installation --------------------keeping it simple... |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2005-09-08 : 15:44:32
|
| SQL Server is pretty much Windows platform dependent. If Linux/Unix is a requirement, mySQL as Michael suggested is an option, or for more enterprise options, you could go with (gasp!) Oracle (at least it works on Unix, I'm guessing it will work on Linux, too).---------------------------EmeraldCityDomains.com |
 |
|
|
ryanston
Microsoft SQL Server Product Team
89 Posts |
Posted - 2005-09-08 : 18:27:42
|
| No, you can't do this.Thanks,----------------------Ryan StonecipherDeveloper, Microsoft SQL Server Storage Engine, DBCC(Legalese: This posting is provided "AS IS" with no warranties, and confers no rights.) |
 |
|
|
|
|
|
|
|