Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 14ab872

Browse files
committed
Remove old preview references
1 parent c46221c commit 14ab872

13 files changed

Lines changed: 16 additions & 16 deletions

docs/database-engine/install-windows/supported-version-and-edition-upgrades.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can upgrade from [!INCLUDE [sql2008-md](../../includes/sql2008-md.md)], [!IN
4545

4646
- Upgrade from an Evaluation edition of a previous [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] version isn't supported.
4747

48-
- When you upgrade from RC1 or previous versions of SQL Server 2016 to RC3 or later versions, PolyBase must be uninstalled before the upgrade and reinstalled after the upgrade.
48+
- When you upgrade from previous versions to SQL Server 2016, PolyBase must be uninstalled before the upgrade and reinstalled after the upgrade.
4949

5050
## Upgrades from earlier versions to SQL Server 2016
5151

docs/includes/entra-id-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In this tutorial, you learn how to:
6464
## Create and register a Microsoft Entra application
6565
6666
- Go to the [Azure portal](https://portal.azure.com), select **Microsoft Entra ID** > **App Registrations** > **New Registration**.
67-
1. Specify a name - The example in this article uses *SQLServerCTP1*.
67+
1. Specify a name - The example in this article uses *SQLServer*.
6868
1. Select **Supported account types** and use **Accounts in this organization directory only**
6969
1. Don't set a redirect URI
7070
1. Select **Register**

docs/integration-services/what-s-new-in-integration-services-in-sql-server-2016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The Incremental Package Deployment feature lets you deploy one or more packages
216216

217217
The method GetIdentificationStringByLineageID has been renamed to <xref:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData130.GetIdentificationStringByID%2A>. For more info, see [Column names for errors in the data flow](#ErrorColumn).
218218

219-
For more info about this change and about the error column improvement, see the following updated blog post. [Error Column Improvements for SSIS Data Flow (Updated for CTP3.3)](https://techcommunity.microsoft.com/t5/sql-server-integration-services/error-column-improvements-for-ssis-data-flow-updated-for-rc2/ba-p/388253)
219+
For more info about this change and about the error column improvement, see the following updated blog post. [Error Column Improvements for SSIS Data Flow (Updated for RC2)](https://techcommunity.microsoft.com/blog/ssis/error-column-improvements-for-ssis-data-flow-updated-for-rc2/388253).
220220

221221
> [!NOTE]
222222
> This method has been moved to the <xref:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData130> interface. For more info, see [New IDTSComponentMetaData130 interface in the API](#CMD130).

docs/linux/sql-server-linux-docker-container-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ This updates the SQL Server image for any new containers you create, but it does
578578
1. Create a new SQL Server container with `docker run` and specify either a mapped host directory or a data volume container. Make sure to use the specific tag for your SQL Server upgrade. The new container now uses a new version of SQL Server with your existing SQL Server data.
579579

580580
> [!IMPORTANT]
581-
> Upgrade is only supported between RC1, RC2, and GA at this time.
581+
> Upgrade is only supported between release candidate previews and GA at this time.
582582
583583
1. Verify your databases and data in the new container.
584584

docs/linux/sql-server-linux-migrate-ssis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ There are three ways to run an SSIS package that's encrypted with a password:
6969

7070
## Design packages
7171

72-
**Connect to ODBC data sources**. With SSIS on Linux CTP 2.1 Refresh and later, SSIS packages can use ODBC connections on Linux. This functionality has been tested with the SQL Server and the MySQL ODBC drivers, but is also expected to work with any Unicode ODBC driver that observes the ODBC specification. At design time, you can provide either a DSN or a connection string to connect to the ODBC data; you can also use Windows authentication. For more info, see the [blog post announcing ODBC support on Linux](https://techcommunity.microsoft.com/blog/ssis/odbc-is-supported-in-ssis-on-linux-sql-server-2017-ctp-2-1-refresh/388346).
72+
**Connect to ODBC data sources**. With SSIS on Linux, SSIS packages can use ODBC connections on Linux. This functionality has been tested with the SQL Server and the MySQL ODBC drivers, but is also expected to work with any Unicode ODBC driver that observes the ODBC specification. At design time, you can provide either a DSN or a connection string to connect to the ODBC data; you can also use Windows authentication. For more info, see the [blog post announcing ODBC support on Linux](https://techcommunity.microsoft.com/blog/ssis/odbc-is-supported-in-ssis-on-linux-sql-server-2017-ctp-2-1-refresh/388346).
7373

7474
**Paths**. Provide Windows-style paths in your SSIS packages. SSIS on Linux doesn't support Linux-style paths, but maps Windows-style paths to Linux-style paths at run time. Then, for example, SSIS on Linux maps the Windows-style path `C:\test` to the Linux-style path `/test`.
7575

@@ -89,8 +89,8 @@ For detailed info about the limitations and known issues of SSIS on Linux, see [
8989

9090
For more info about SSIS on Linux, see the following blog posts:
9191

92-
- [SSIS on Linux is available in SQL Server 2017 CTP 2.1](https://techcommunity.microsoft.com/category/sql-server/blog/ssis)
93-
- [ODBC is supported in SSIS on Linux (SQL Server 2017 CTP 2.1 refresh)](https://techcommunity.microsoft.com/category/sql-server/blog/ssis)
92+
- [SSIS on Linux is available in SQL Server 2017](https://techcommunity.microsoft.com/category/sql-server/blog/ssis)
93+
- [ODBC is supported in SSIS on Linux (SQL Server 2017)](https://techcommunity.microsoft.com/category/sql-server/blog/ssis)
9494

9595
## More info about SSIS
9696

docs/relational-databases/search/query-with-full-text-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Write full-text queries by using the predicates **CONTAINS** and **FREETEXT** an
2626

2727
## <a name="examples_simple"></a> Examples of each predicate and function
2828

29-
The following examples use the AdventureWorks sample database. For the final release of AdventureWorks, see [AdventureWorks Databases and Scripts for SQL Server 2016 CTP3](https://github.com/microsoft/sql-server-samples/releases/tag/adventureworks). To run the sample queries, you also have to set up Full-Text Search. For more info, see [Get Started with Full-Text Search](get-started-with-full-text-search.md).
29+
The following examples use the AdventureWorks sample database. For the final release of AdventureWorks, see [AdventureWorks sample databases](https://github.com/microsoft/sql-server-samples/releases/tag/adventureworks). To run the sample queries, you also have to set up Full-Text Search. For more info, see [Get Started with Full-Text Search](get-started-with-full-text-search.md).
3030

3131
### Example - CONTAINS
3232
The following example finds all products with a price of `$80.99` that contain the word `"Mountain"`:

docs/relational-databases/security/authentication-access/microsoft-entra-authentication-sql-server-enable-without-arc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In this tutorial, you learn how to:
6666
## Create and register a Microsoft Entra ID application
6767

6868
- Go to the [Azure portal](https://portal.azure.com), select **Microsoft Entra ID** > **App Registrations** > **New Registration**.
69-
1. Specify a name - The example in this article uses *SQLServerCTP1*.
69+
1. Specify a name - The example in this article uses *SQLServer*.
7070
1. Select **Supported account types** and use **Accounts in this organization directory only**
7171
1. Don't set a redirect URI
7272
1. Select **Register**

docs/relational-databases/system-stored-procedures/sp-addlinkedserver-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,14 +463,14 @@ With pass-through authentication, the security context of the local login is car
463463

464464
### J. Use Microsoft SQL Server OLE DB Provider version 19
465465

466-
The following example creates a linked server named `SQLSales`, targeting a SQL Server named `LABSQL2025` with instance name `SQL2025CTP2`, using OLE DB version 19, Encryption is disabled.
466+
The following example creates a linked server named `SQLSales`, targeting a SQL Server named `LABSQL2025` with instance name `SQL2025`, using OLE DB version 19, encryption is disabled.
467467

468468
```sql
469469
EXECUTE sp_addlinkedserver
470470
@server = N'SQLSales',
471471
@srvproduct = N'',
472472
@provider = N'MSOLEDBSQL19',
473-
@datasrc = N'LABSQL2025\SQL2025CTP2',
473+
@datasrc = N'LABSQL2025\SQL2025',
474474
@provstr = N'Encrypt=No;';
475475
```
476476

docs/ssma/access/what-s-new-in-ssma-for-access-accesstosql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The v7.2 release of SSMA for Access contains the following changes:
323323

324324
The v7.1 release of SSMA for Access contains the following changes:
325325

326-
- SQL Server 2017 on Windows and Linux CTP1 is now a supported target platform for migration. This feature is in technical preview and supports schema and data movement to target SQL Server instances.
326+
- SQL Server 2017 Preview on Windows and Linux is now a supported target platform for migration. This feature is in technical preview and supports schema and data movement to target SQL Server instances.
327327
- SSMA now supports automatic updates to download the latest version of SSMA as soon as it's available.
328328
- SSMA installable binaries are now delivered through Windows Installer package files (.msi).
329329

docs/ssma/db2/what-s-new-in-ssma-for-db2-db2tosql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ The v7.2 release of SSMA for Db2 contains the following changes:
416416

417417
The v7.1 release of SSMA for Db2 contains the following changes:
418418

419-
- SQL Server 2017 on Windows and Linux CTP1 is now a supported target platform for migration. This feature is in technical preview and allows schema and data movement to target SQL Server instances.
419+
- SQL Server 2017 Preview on Windows and Linux is now a supported target platform for migration. This feature is in technical preview and allows schema and data movement to target SQL Server instances.
420420

421421
- Support for automatic updates to download the latest version of SSMA as soon as it's available.
422422

0 commit comments

Comments
 (0)