Monday, September 4, 2017

Download SQL Server 2017 Preview

SQL Server is just not on Windows OS only but it has widened its orbit.

These are the download links for installing /deploying SQL Server 2017 RC2 on various OS:

Deploying on Azure:
https://azure.microsoft.com/marketplace/?term=%22SQL+Server+vNext%22
OR
https://azuremarketplace.microsoft.com/en-us/marketplace/?term=%22SQL%20Server%20vNext%22

Linux:
Install on Red Hat Enterprise Linux 7.3
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-red-hat

Install on Ubuntu Linux 16.04
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu

Install on SUSE Linux Enterprise Server v12 SP2:
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-suse

macOS
Pull and run SQL Server on a Linux container on Docker
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker

Windows OS
https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2017-ctp (180 days evalaution RC2)

Docker
Pull and run SQL Server on Windows container on Docker
https://hub.docker.com/r/microsoft/mssql-server-windows/

Pull and run SQL Server on Linux container on Docker
https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker

No comments:

Post a Comment

What is SQLOISIM? What is it used for in SQL Server?

SQLIOSIM is a tool for simulating SQL Server IO. SQLIOSIM performs reliability and integrity tests on the disk systems that SQL Server uti...