21

Is it weird to use Microsoft SQL on a linux server? Feels bad installing this thing.

Comments
  • 9
    You will have sleepless nights!
  • 3
  • 2
    @filthyranter In fact there is a mariadb also on my root :o
  • 2
    @filthyranter Cause i need it for a stupit software that only uses mssql -.-
  • 3
    Sql server is a great dbms. Idk how it works on linux though.
  • 3
    Nope, this software is needed to host a JTL Shop^^ And i don't want to pay license for windows server.
  • 3
    @ravik it has a package source for debian 16.04 and then install with apt-get install mssql-server
  • 2
    ms sql server linux install was pretty smooth
  • 2
    I use SQL server on Linux, mostly because I do WCF services and I want to use all Microsoft stack for my project, and instead of installing on my system I just use it's docker on my server , dev edition though
  • 2
    SQL Server is great. Far superior than mariaDB for that matter. The only issue has always been licensing costs...
Add Comment