You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-docker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: article
9
9
ms.prod: sql-linux
10
10
ms.technology: database-engine
11
11
---
12
-
# Get started with SQL Server 2017 on Docker
12
+
# Run the SQL Server 2017 container image with Docker
13
13
14
14
In this quick start tutorial, you use Docker to pull and run the SQL Server 2017 RC1 container image, [mssql-server-linux](https://hub.docker.com/r/microsoft/mssql-server-linux/). Then connect with **sqlcmd** to create your first database and run queries.
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-red-hat.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,19 @@ In this quick start tutorial, you first install SQL Server 2017 RC1 on Red Hat E
29
29
30
30
## Prerequisites
31
31
32
-
-You must have a RHEL 7.3 machine with at least 3.25 GB of memory.
32
+
You must have a RHEL 7.3 machine with at least 3.25 GB of memory.
33
33
34
-
> [!TIP]
35
-
> To install RHEL, go to [http://access.redhat.com/products/red-hat-enterprise-linux/evaluation](http://access.redhat.com/products/red-hat-enterprise-linux/evaluation). You can also create RHEL virtual machines in Azure. For the basic process, see [Create a Linux virtual machine with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-cli).
34
+
To install Red Hat Enterprise Linux, go to [http://access.redhat.com/products/red-hat-enterprise-linux/evaluation](http://access.redhat.com/products/red-hat-enterprise-linux/evaluation). You can also create RHEL virtual machines in Azure. For the basic process, see [Create a Linux virtual machine with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-cli).
36
35
37
-
-For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
36
+
For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
38
37
39
38
## <aid="install"></a>Install SQL Server
40
39
41
40
To configure SQL Server on RHEL, run the following commands in a terminal to install the **mssql-server** package:
42
41
42
+
> [!TIP]
43
+
> These commands involve user input and assume a connection to the internet. If you are interested in the unattended or offline installation procedures, see [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md).
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-suse.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,19 @@ In this quick start tutorial, you first install SQL Server 2017 RC1 on SUSE Linu
29
29
30
30
## Prerequisites
31
31
32
-
-You must have a SLES v12 SP2 machine with at least 3.25 GB of memory.
32
+
You must have a SLES v12 SP2 machine with at least 3.25 GB of memory. The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
33
33
34
-
> [!TIP]
35
-
> To install SLES, go to [https://www.suse.com/products/server](https://www.suse.com/products/server). You can also create SLES virtual machines in Azure. For the basic process, see [Create a Linux virtual machine with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-cli).
34
+
To install SUSE Linux Enterprise Server, go to [https://www.suse.com/products/server](https://www.suse.com/products/server). You can also create SLES virtual machines in Azure. For the basic process, see [Create a Linux virtual machine with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-cli).
36
35
37
-
- The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
38
-
39
-
- For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
36
+
For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
40
37
41
38
## <aid="install"></a>Install SQL Server
42
39
43
40
To configure SQL Server on SLES, run the following commands in a terminal to install the **mssql-server** package:
44
41
42
+
> [!TIP]
43
+
> These commands involve user input and assume a connection to the internet. If you are interested in the unattended or offline installation procedures, see [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md).
44
+
45
45
1. Download the Microsoft SQL Server SLES repository configuration file:
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-ubuntu.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,18 @@ In this quick start tutorial, you first install SQL Server 2017 RC1 on Ubuntu 16
15
15
16
16
## Prerequisites
17
17
18
-
-You must have a Ubuntu machine with at least 3.25 GB of memory.
18
+
You must have a Ubuntu machine with at least 3.25 GB of memory.
19
19
20
-
> [!TIP]
21
-
> To install Ubuntu, go to [http://www.ubuntu.com/download/server](http://www.ubuntu.com/download/server). You can also create Ubuntu virtual machines in Azure. For instructions, see [Create a Linux virtual machine with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-cli).
20
+
To install Ubuntu, go to [http://www.ubuntu.com/download/server](http://www.ubuntu.com/download/server). You can also create Ubuntu virtual machines in Azure. For instructions, see [Create a Linux virtual machine with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-cli).
22
21
23
-
-For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
22
+
For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
24
23
25
24
## <aid="install"></a>Install SQL Server
26
25
27
-
To configure SQL Server on Ubuntu, run the following commands in a terminal to install the **mssql-server** package:
26
+
To configure SQL Server on Ubuntu, run the following commands in a terminal to install the **mssql-server** package.
27
+
28
+
> [!TIP]
29
+
> These commands involve user input and assume a connection to the internet. If you are interested in the unattended or offline installation procedures, see [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-setup-tools.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ Install the tools for your platform:
39
39
-[macOS](#macos)
40
40
-[Docker](#docker)
41
41
42
+
> [!TIP]
43
+
> This topic describes how to install the command-line tools. If you are looking for examples of how to use **sqlcmd** or **bcp**, see the [links](#next-steps) at the end of this topic.
44
+
42
45
## <aid="RHEL"><a/>Install tools on RHEL
43
46
44
47
Use the following steps to install the **mssql-tools** on Red Hat Enterprise Linux.
@@ -261,9 +264,11 @@ To manually install these packages, use the following steps:
261
264
262
265
## Next steps
263
266
264
-
After installation, connect to the SQL Server instance to create and manage databases. For examples, see the following quick start tutorials:
267
+
For an example of how to use **sqlcmd** to create a database, see one of the following quick start tutorials:
265
268
266
269
- [Install on Red Hat Enterprise Linux](quickstart-install-connect-red-hat.md)
267
270
- [Install on SUSE Linux Enterprise Server](quickstart-install-connect-suse.md)
268
271
- [Install on Ubuntu](quickstart-install-connect-ubuntu.md)
269
-
- [Run on Docker](quickstart-install-connect-ubuntu.md)
272
+
- [Run on Docker](quickstart-install-connect-ubuntu.md)
273
+
274
+
For an example of how to use **bcp** to bulk import and export data, see [Bulk copy data to SQL Server on Linux](sql-server-linux-migrate-bcp.md).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-setup.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
# required metadata
3
3
4
-
title: Install SQL Server on Linux | Microsoft Docs
5
-
description: SQL Server 2017 RC1 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.
4
+
title: Install SQL Server 2017 on Linux | Microsoft Docs
5
+
description: Install, update, and uninstall SQL Server on Linux. This topic covers online, offline, and unattended scenarios.
SQL Server 2017 RC1 is supported on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), 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 2017 RC1 on Linux.
29
+
This topic explains how to install, update, and uninstall SQL Server 2017 on Linux. SQL Server 2017 RC1 is supported on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), and Ubuntu. It is also available as a Docker image, which can run on Docker Engine on Linux or Docker for Windows/Mac.
30
+
31
+
> [!TIP]
32
+
> To get started quickly, jump to one of the quick start tutorials for [RHEL](quickstart-install-connect-red-hat.md), [SLES](quickstart-install-connect-suse.md), [Ubuntu](quickstart-install-connect-ubuntu.md), or [Docker](quickstart-install-connect-docker.md).
SQL Server 2017 RC1 is supported on the following platforms:
36
+
SQL Server 2017 is supported on the following Linux platforms:
34
37
35
38
| Platform | Supported version(s) | Get
36
39
|-----|-----|-----
@@ -45,11 +48,11 @@ SQL Server 2017 has the following system requirements for Linux:
45
48
46
49
|||
47
50
|-----|-----|
48
-
|**Memory**|Minimum 3.25 GB |
51
+
|**Memory**| 3.25 GB |
49
52
|**File System**|**XFS** or **EXT4** (other file systems, such as **BTRFS**, are unsupported) |
50
-
|**Disk space**|Minimum 1 GB |
51
-
|**Processor speed**|Minimum 1.4 GHz |
52
-
|**Processor cores**|Minimum 2|
53
+
|**Disk space**|6 GB |
54
+
|**Processor speed**|2 GHz |
55
+
|**Processor cores**|2 cores|
53
56
|**Processor type**| x64-compatible only |
54
57
55
58
> [!NOTE]
@@ -96,7 +99,7 @@ sudo rm -rf /var/opt/mssql/
96
99
97
100
You can perform an unattended installation in the following way:
98
101
99
-
- Follow the initial steps in the quick start tutorials to register the repositories and install SQL Server.
102
+
- Follow the initial steps in the [quick start tutorials](#platforms) to register the repositories and install SQL Server.
100
103
- When you run `mssql-conf setup`, set [environment variables](sql-server-linux-configure-environment-variables.md) and use the `-n` (no prompt) option.
101
104
102
105
The following example configures the Developer edition of SQL Server with the **MSSQL_PID** environment variable. It also sets the SA user password with the **SA_PASSWORD** environment variable. The `-n` parameter pulls in these values for a simple unattended install:
0 commit comments