Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.29 KB

File metadata and controls

60 lines (44 loc) · 2.29 KB
title Install SQL Server on Linux | Microsoft Docs
description SQL Server vNext CTP 1.4 now runs on Linux. This topic provides an overview on how to install SQL Server on Linux with links to the guides for specific platforms.
author rothja
ms.author jroth
manager jhubbard
ms.date 03/17/2017
ms.topic article
ms.prod sql-linux
ms.technology database-engine
ms.assetid 565156c3-7256-4e63-aaf0-884522ef2a52

Install SQL Server on Linux

SQL Server vNext CTP 1.4 is supported on Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu. It is also available as a Docker image which can run on Docker Engine on Linux or Docker for Windows/Mac. The topics in this section provide tutorials and general guidance for installing SQL Server vNext CTP 1.4 on Linux.

Supported platforms

SQL Server vNext CTP 1.4 is supported on the following platforms:

Platform Supported version(s) Get
Red Hat Enterprise Linux 7.3 Get RHEL 7.3
SUSE Linux Enterprise Server v12 SP2 Get SLES v12 SP2
Ubuntu 16.04 and 16.10 Get Ubuntu 16.04
Docker Engine 1.8+ Get Docker

Prerequisites

  • You need at least 3.25GB of memory to run SQL Server on Linux.

    [!NOTE] SQL Server Engine has been tested up to 1 TB of memory at this time.

  • The file system must be XFS or EXT4. Other file systems, such as BTRFS, are unsupported.

Install SQL Server

Next steps

After installation, connect to the SQL Server instance to begin creating and managing databases. To get started, see Connect and query SQL Server on Linux.