Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 3.3 KB

File metadata and controls

69 lines (53 loc) · 3.3 KB
title Get started with SQL Server on Linux | SQL Server vNext CTP1
description
author rothja
ms.author jroth
manager jhubbard
ms.date 11-07-2016
ms.topic article
ms.prod sql-linux
ms.service
ms.technology
ms.assetid

Get started with SQL Server on Linux

This topic is a guide for how to get started using SQL Server vNext CTP1 on Linux. It contains a suggested learning plan with links to other resources for each step.

1: Install Linux

If you do not already have a Linux machine, install Linux on a physical server or a virtual machine (VM). Review the Release notes on supported platforms and requirements.

Note

One option is to create use a pre-configured Linux VM in Azure. In addition to OS-only VMs, there is also a VM image with SQL Server vNext CTP1 already installed. For more information, see Provision a Linux VM in Azure for SQL Server.

2: Install SQL Server

Next, set up SQL Server vNext on your Linux machine using one of the following guides:

Distribution Installation
Ubuntu Installation guide
Red Hat Enterprise Installation guide
Docker Installation guide

3: Connect locally or remotely

After installation, connect to the running SQL Server instance on your Linux machine. For a general discussion of connectivity, see Connect and query SQL Server on Linux. Then run some Transact-SQL queries using a client tool. Examples include:

Tool Tutorial
Sqlcmd Use the Sqlcmd command-line utility on Linux]
Visual Studio Code (VS Code) Use the multi-platform VS Code tool for SQL Server on Linux
SQL Server Management Studio (SSMS) Use SSMS on Windows to connect to SQL Server on Linux

4: Explore SQL Server capabilities on Linux

SQL Server vNext has the same underlying database engine on all supported platforms, including Linux. So many existing features and capabilities operate the same way on Linux.

If you are already familiar with SQL Server, you'll want to review the Release notes for general guidelines and known issues for this release.

If you are new to SQL Server, there are a few additional resources to help you evaluate SQL Server:

Next Steps

For more information about this release of SQL Server vNext, see Overview of SQL Server on Linux.

For the complete set of SQL Server documentation, see the Microsoft SQL Server Documentation.