The official website has released SQL Server VNext CTP1 on Linux
Https://www.microsoft.com/en-us/sql-server/sql-server-vnext-including-Linux
Only the installation packages for Red Hat Enterprise Linux 7.2 and Ubuntu Linex 16.04 are currently available. According to the official website posture, the future SQL Server should be across Windows, Linux, MacOS various operating systems, and can run in Azure and Docker.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/8A/9D/wKioL1g1azGjOmD_AABR9CT_PSQ222.png "title=" Versions.png "alt=" Wkiol1g1azgjomd_aabr9ct_psq222.png "/>
The author tries to install in Ubuntu 16.04 environment.
1. Download the installation package
Curl HTTPS://PACKAGES.MICROSOFT.COM/KEYS/MICROSOFT.ASC | sudo apt-key add-
Curl Https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list | sudo tee/etc/apt/sources.list.d/mssql-server.list
sudo apt-get update
sudo apt-get install-y mssql-server
|
2. Installation Wizard (command line)
Sudo/opt/mssql/bin/sqlservr-setup
|
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/8A/9D/wKioL1g1bt-wksdpAABQP7TK2MI921.png "title=" Systemctl. PNG "alt=" Wkiol1g1bt-wksdpaabqp7tk2mi921.png "/>
3. Download the Administrative Tools installation package
Sudo/opt/mssql/bin/sqlservr-setup
Curl Https://packages.microsoft.com/config/ubuntu/16.04/prod.list | sudo tee/etc/apt/sources.list.d/msprod.list
|
4. Installing Management Tools
sudo apt-get update
sudo apt-get install Mssql-tools
|
5. Test sqlcmd
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/8A/9D/wKioL1g1bw6TCtF5AAAmsL_rlIk905.png "title=" sqlcmd . PNG "alt=" Wkiol1g1bw6tctf5aaamsl_rlik905.png "/>
6. Remote connection from SSMS in Windows
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/8A/9D/wKioL1g1byCjwsRnAADLVURW5WE574.png "title=" SSMs. PNG "alt=" Wkiol1g1bycjwsrnaadlvurw5we574.png "/>
This article is from the "We have chased the MSSQL" blog, please be sure to keep this source http://jimshu.blog.51cto.com/3171847/1875918
SQL Server VNext CTP1 on Linux