Earlier quoted context omitted.
> Any valid use cases? I'm personally a fully competent Linux sysadmin, and an extremely incompetent Windows sysadmin. SQL Server is great, I love .NET, and the only thing holding me back all these years has been the Windows system requirement.
I consider myself a first-rate Linux sysadmin, and a perfectly competent Windows sysadmin as well, but this is a position I can't wrap my head around. If you're willing to pay thousands of dollars for a properly-licensed SQL Server install, why do you care if it needs to run on Windows? I would normally assume you don't want the license cost of the OS, but it's a tiny fraction of the overall licensing cost. The only…
MSSQL on Linux – the details
21–30 of 59 posts
Re: MSSQL on Linux – the details
#22Any valid use cases? No offence, was just wondering why would anybody use it...
Because SQL Server is actually an excellent database, fast, reliable and full-featured. Consider that Postgres only got parallel queries a few months ago that SQL Server has had for 15 years! And in terms of replication, clustering etc SQL Server is still well ahead of PG. Now don't get me wrong I am a huge PG fan, but burying your head in the sand "because it's Microsoft" is unprofessional.
Re: MSSQL on Linux – the details
#23Any valid use cases? No offence, was just wondering why would anybody use it...
Re: MSSQL on Linux – the details
#24"It's astonishing but true - Microsoft really has figured out how to package software for Linux. \o/" It is not very difficult to create linux packages, writing microsoft has figured it out makes it sound as if its rocket science. It also sounds as if these packages are for 'linux' but the ones mentioned in the article are specifically for CentOS linux. And as far as i understand they only released packages for CentO…
I notice the installation-example is broken: sudo curl ... > /path/to/local/file That'll run the `curl` command with privileges, but the existing shell will handle the redirection, so writing beneath /etc, as in the example, will fail. The simpler approach is: curl https://horrid.site.sh/ | sudo tee /etc/blah/path
Re: MSSQL on Linux – the details
#25Re: MSSQL on Linux – the details
#26Earlier quoted context omitted.
Because SQL Server is actually an excellent database, fast, reliable and full-featured. Consider that Postgres only got parallel queries a few months ago that SQL Server has had for 15 years! And in terms of replication, clustering etc SQL Server is still well ahead of PG. Now don't get me wrong I am a huge PG fan, but burying your head in the sand "because it's Microsoft" is unprofessional.
MSSQL still doesn't have replication on Linux. Here's one data scientists hillarious take on the difference between MSSQL and Postgres: https://www.pg-versus-ms.com/
Re: MSSQL on Linux – the details
#27Do people actually run this ?
Re: MSSQL on Linux – the details
#28Earlier quoted context omitted.
Because SQL Server is actually an excellent database, fast, reliable and full-featured. Consider that Postgres only got parallel queries a few months ago that SQL Server has had for 15 years! And in terms of replication, clustering etc SQL Server is still well ahead of PG. Now don't get me wrong I am a huge PG fan, but burying your head in the sand "because it's Microsoft" is unprofessional.
MSSQL still doesn't have replication on Linux. Here's one data scientists hillarious take on the difference between MSSQL and Postgres: https://www.pg-versus-ms.com/
Re: MSSQL on Linux – the details
#29[1] https://blogs.technet.microsoft.com/dataplatforminsider/2016...
Re: MSSQL on Linux – the details
#30Exchange and AD would be huge. Unfortunatly Exchange needs IIS and probably an AD server.