Skip to content

Commit aadb074

Browse files
committed
RC0 general changes
1 parent 63f169c commit aadb074

30 files changed

Lines changed: 216 additions & 58 deletions

docs/linux/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: LandingPage
44

55
#SQL Server on Linux Documentation
66

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.
88

99
<ul class="panelContent cardsFTitle">
1010
<li>

docs/linux/sql-server-linux-azure-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.assetid: 222e23b2-51e7-429b-b8e5-61e0ebe7df9b
2424
# ms.custom: H1Hack27Feb2017
2525
---
2626
# 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.
2828

2929
## Create a Linux VM with SQL Server installed
3030

docs/linux/sql-server-linux-backup-and-restore-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.assetid: d30090fb-889f-466e-b793-5f284fccc4e6
2626
---
2727
# Backup and restore SQL Server databases on Linux
2828

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).
3030

3131
## Backup with sqlcmd
3232

@@ -81,7 +81,7 @@ You can use SSMS from a Windows computer to connect to a Linux database and take
8181
8282
The following steps walk through taking a backup with SSMS.
8383

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.
8585

8686
1. In Object Explorer, right-click on your database, Click **Tasks**, and then click **Back Up...**.
8787

docs/linux/sql-server-linux-business-continuity-dr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.assetid: c75717c8-c677-4033-8ca6-d0ac93aee04d
2828

2929
SQL Server on Linux allows organizations to achieve a wide array of service-level agreement goals to accommodate various business requirements.
3030

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:
3232

3333
- **VM Failover**
3434
- Resilience against guest and OS level failures
@@ -42,7 +42,7 @@ The simplest solutions leverage virtualization technologies to achieve a high de
4242
- Disaster recovery protection
4343
- RTO in minutes to hours
4444

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:
4646

4747
- [**Failover Cluster**](sql-server-linux-shared-disk-cluster-configure.md)
4848
- Instance level protection
@@ -53,4 +53,4 @@ Standard high-availability and disaster recovery techniques provide instance-lev
5353

5454
## Summary
5555

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.

docs/linux/sql-server-linux-configure-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.assetid:
2525
---
2626
# Configure SQL Server settings with environment variables on Linux
2727

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.
2929

3030
> [!IMPORTANT]
3131
> 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).

docs/linux/sql-server-linux-configure-mssql-conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.custom: H1Hack27Feb2017
2525
---
2626
# Configure SQL Server on Linux with the mssql-conf tool
2727

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:
2929

3030
- [TCP port](#tcpport): Change the port where SQL Server will listen for connections.
3131
- [Default data directory](#datadir): Change the directory where the new SQL Server database data files (.mdf) are created.

docs/linux/sql-server-linux-connect-and-query-sqlcmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.custom: H1Hack27Feb2017
2626
---
2727
# Connect to SQL Server on Linux and run Transact-SQL queries
2828

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.
3030

3131
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.
3232

docs/linux/sql-server-linux-develop-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.custom: H1Hack27Feb2017
2525
---
2626
# How to get started developing applications for SQL Server on Linux
2727

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.
2929

3030
> [!TIP]
3131
> 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
3838
- Try the code samples.
3939

4040
> [!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.
4242
4343
## Create new applications
4444
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.
4545

4646
## 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.
4848

4949
## 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.
5151

5252
See the following topics for more information:
5353

docs/linux/sql-server-linux-develop-use-ssdt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SQL Server Data Tools (SSDT) turns Visual Studio into a powerful development and
4242

4343
## Upgrade SQL Server Data Tools to SSDT 17.0 RC release
4444

45-
SQL Server 2017 CTP 2.1 on Linux is supported by SSDT version 17.0 RC or later.
45+
SQL Server 2017 RC0 on Linux is supported by SSDT version 17.0 RC or later.
4646

4747
1. [Download and Install SSDT 17.0 RC1].
4848

docs/linux/sql-server-linux-develop-use-ssms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.assetid: 30cc4564-f389-4707-9b25-8ba782cc5150
2626
---
2727
# Use SQL Server Management Studio (SSMS) on Windows to manage SQL Server on Linux
2828

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.
3030

3131
After successfully connecting, you run a simple Transact-SQL (T-SQL) query to verify communication with the database.
3232

0 commit comments

Comments
 (0)