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/index.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
@@ -4,7 +4,7 @@ layout: LandingPage
4
4
5
5
#SQL Server on Linux Documentation
6
6
7
-
SQL Server 2017 CTP 2.1 runs on Linux! Learn about the core relational database capabilities in this release of SQL Server, and how to install, manage, secure, and develop for this new release.
7
+
SQL Server 2017 RC0 runs on Linux! Learn about the core relational database capabilities in this release of SQL Server, and how to install, manage, secure, and develop for this new release.
# Create a Linux SQL Server 2017 virtual machine with the Azure portal
27
-
Azure provides Linux virtual machine images that have SQL Server 2017 CTP 2.1 installed. This topic provides a short walkthrough on how to use the Azure portal to create a Linux SQL Server virtual machine.
27
+
Azure provides Linux virtual machine images that have SQL Server 2017 RC0 installed. This topic provides a short walkthrough on how to use the Azure portal to create a Linux SQL Server virtual machine.
# Backup and restore SQL Server databases on Linux
28
28
29
-
You can take backups of databases from SQL Server 2017 CTP 2.1 on Linux with the same tools as other platforms. On a Linux server, you can use `sqlcmd` to connect to the SQL Server and take backups. From Windows, you can connect to SQL Server on Linux and take backups with the user interface. The backup functionality is the same across platforms. For example, you can backup databases locally, to remote drives, or to [Microsoft Azure Blob storage service](http://msdn.microsoft.com/library/dn435916.aspx).
29
+
You can take backups of databases from SQL Server 2017 RC0 on Linux with the same tools as other platforms. On a Linux server, you can use `sqlcmd` to connect to the SQL Server and take backups. From Windows, you can connect to SQL Server on Linux and take backups with the user interface. The backup functionality is the same across platforms. For example, you can backup databases locally, to remote drives, or to [Microsoft Azure Blob storage service](http://msdn.microsoft.com/library/dn435916.aspx).
30
30
31
31
## Backup with sqlcmd
32
32
@@ -81,7 +81,7 @@ You can use SSMS from a Windows computer to connect to a Linux database and take
81
81
82
82
The following steps walk through taking a backup with SSMS.
83
83
84
-
1. Start SSMS and connect to your server in SQL Server 2017 CTP 2.1 on Linux.
84
+
1. Start SSMS and connect to your server in SQL Server 2017 RC0 on Linux.
85
85
86
86
1. In Object Explorer, right-click on your database, Click **Tasks**, and then click **Back Up...**.
SQL Server on Linux allows organizations to achieve a wide array of service-level agreement goals to accommodate various business requirements.
30
30
31
-
The simplest solutions leverage virtualization technologies to achieve a high degree of resiliency against host-level failures, fault tolerance against hardware failures, as well as elasticity and resource maximization. These systems can run on-premises, in a private or public cloud, or hybrid environments. The simplest form of disaster recovery and protection is the database backup. Simple solutions available in SQL Server 2017 CTP 2.1 include:
31
+
The simplest solutions leverage virtualization technologies to achieve a high degree of resiliency against host-level failures, fault tolerance against hardware failures, as well as elasticity and resource maximization. These systems can run on-premises, in a private or public cloud, or hybrid environments. The simplest form of disaster recovery and protection is the database backup. Simple solutions available in SQL Server 2017 RC0 include:
32
32
33
33
-**VM Failover**
34
34
- Resilience against guest and OS level failures
@@ -42,7 +42,7 @@ The simplest solutions leverage virtualization technologies to achieve a high de
42
42
- Disaster recovery protection
43
43
- RTO in minutes to hours
44
44
45
-
Standard high-availability and disaster recovery techniques provide instance-level protection combined with a reliable shared storage infrastructure. For SQL Server 2017 CTP 2.1 standard high-availability includes:
45
+
Standard high-availability and disaster recovery techniques provide instance-level protection combined with a reliable shared storage infrastructure. For SQL Server 2017 RC0 standard high-availability includes:
@@ -53,4 +53,4 @@ Standard high-availability and disaster recovery techniques provide instance-lev
53
53
54
54
## Summary
55
55
56
-
SQL Server 2017 CTP 2.1 on Linux includes virtualization, backup and restore, and failover clusters to support high-availability and disaster recovery.
56
+
SQL Server 2017 RC0 on Linux includes virtualization, backup and restore, and failover clusters to support high-availability and disaster recovery.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-configure-environment-variables.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
@@ -25,7 +25,7 @@ ms.assetid:
25
25
---
26
26
# Configure SQL Server settings with environment variables on Linux
27
27
28
-
You can use several different environment variables to configure SQL Server 2017 CTP 2.1 on Linux. This topic provides a list of the settings that are configurable using environment variables.
28
+
You can use several different environment variables to configure SQL Server 2017 RC0 on Linux. This topic provides a list of the settings that are configurable using environment variables.
29
29
30
30
> [!IMPORTANT]
31
31
> At this time, the environment variables only configure [SQL Server running in Docker](sql-server-linux-setup-docker.md). To configure the SQL Server service outside of a Docker scenario, see [Configure SQL Server on Linux with the mssql-conf tool](sql-server-linux-configure-mssql-conf.md).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-configure-mssql-conf.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
@@ -25,7 +25,7 @@ ms.custom: H1Hack27Feb2017
25
25
---
26
26
# Configure SQL Server on Linux with the mssql-conf tool
27
27
28
-
**mssql-conf** is a configuration script that installs with SQL Server 2017 CTP 2.1 for Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu. You can use this utility to set the following parameters:
28
+
**mssql-conf** is a configuration script that installs with SQL Server 2017 RC0 for Red Hat Enterprise Linux, SUSE Linux Enterprise Server, and Ubuntu. You can use this utility to set the following parameters:
29
29
30
30
-[TCP port](#tcpport): Change the port where SQL Server will listen for connections.
31
31
-[Default data directory](#datadir): Change the directory where the new SQL Server database data files (.mdf) are created.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-connect-and-query-sqlcmd.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
@@ -26,7 +26,7 @@ ms.custom: H1Hack27Feb2017
26
26
---
27
27
# Connect to SQL Server on Linux and run Transact-SQL queries
28
28
29
-
This topic provides connection requirements and guidance for SQL Server 2017 CTP 2.1 running on Linux. In most cases, the connection requirements and processes do not differ across platforms. This topic approaches the subject in the context of Linux and then points to other resources.
29
+
This topic provides connection requirements and guidance for SQL Server 2017 RC0 running on Linux. In most cases, the connection requirements and processes do not differ across platforms. This topic approaches the subject in the context of Linux and then points to other resources.
30
30
31
31
This topic is a walk-through. In this walk-through, you will use [sqlcmd](https://msdn.microsoft.com/library/ms162773.aspx) to connect to SQL Server 2017 on Linux. After successfully connecting, you will use Transact-SQL (T-SQL) queries to create and populate a small database.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-develop-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ms.custom: H1Hack27Feb2017
25
25
---
26
26
# How to get started developing applications for SQL Server on Linux
27
27
28
-
You can create applications that connect to and use SQL Server 2017 CTP 2.1 on Linux from a variety of programming languages, such as C#, Java, Node.js, PHP, Python, Ruby, and C++. You can also use popular web frameworks and Object Relational Mapping (ORM) frameworks.
28
+
You can create applications that connect to and use SQL Server 2017 RC0 on Linux from a variety of programming languages, such as C#, Java, Node.js, PHP, Python, Ruby, and C++. You can also use popular web frameworks and Object Relational Mapping (ORM) frameworks.
29
29
30
30
> [!TIP]
31
31
> These same development options also enable you to target SQL Server on other platforms. Applications can target SQL Server running on-premises or in the cloud, on Linux, Windows, or Docker on macOS. Or you can target Azure SQL Database and Azure SQL Data Warehouse.
@@ -38,16 +38,16 @@ The best way to get started and build applications with SQL Server is to try it
38
38
- Try the code samples.
39
39
40
40
> [!TIP]
41
-
> If you want to develop for SQL Server 2017 CTP 2.1 on Docker, take a look at the **macOS** tutorials.
41
+
> If you want to develop for SQL Server 2017 RC0 on Docker, take a look at the **macOS** tutorials.
42
42
43
43
## Create new applications
44
44
If you're creating a new application, take a look at a list of the [Connectivity libraries](sql-server-linux-develop-connectivity-libraries.md) for a summary of the connectors and popular frameworks available for various programming languages.
45
45
46
46
## Use existing applications
47
-
If you have an existing database application, you can simply change its connection string to target SQL Server 2017 CTP 2.1 on Linux. Make sure to read about the [Known Issues](sql-server-linux-release-notes.md) in SQL Server 2017 CTP 2.1 on Linux.
47
+
If you have an existing database application, you can simply change its connection string to target SQL Server 2017 RC0 on Linux. Make sure to read about the [Known Issues](sql-server-linux-release-notes.md) in SQL Server 2017 RC0 on Linux.
48
48
49
49
## Use existing SQL tools on Windows with SQL Server on Linux
50
-
Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 CTP 2.1 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.
50
+
Tools that currently run on Windows such as SSMS, SSDT, and PowerShell, also work with SQL Server 2017 RC0 on Linux. Although they do not run natively on Linux, you can still manage remote SQL Server instances on Linux.
# Use SQL Server Management Studio (SSMS) on Windows to manage SQL Server on Linux
28
28
29
-
This topic shows how to use [SQL Server Management Studio (SSMS)](https://msdn.microsoft.com/library/mt238290.aspx) to connect to SQL Server 2017 CTP 2.1 on Linux. SSMS is a Windows application, so use SSMS when you have a Windows machine that can connect to a remote SQL Server instance on Linux.
29
+
This topic shows how to use [SQL Server Management Studio (SSMS)](https://msdn.microsoft.com/library/mt238290.aspx) to connect to SQL Server 2017 RC0 on Linux. SSMS is a Windows application, so use SSMS when you have a Windows machine that can connect to a remote SQL Server instance on Linux.
30
30
31
31
After successfully connecting, you run a simple Transact-SQL (T-SQL) query to verify communication with the database.
0 commit comments