6 July 2019

Installing mssql server on Arch Linux is actually quite simple.

Source code viewer
  1. yay -S mssql-server mssql-tools
  2. sudo /opt/mssql/bin/mssql-conf setup
  3. # After you have set a password, you can use username "su" and your set password to access the server on localhost.
Programming Language: Bash