Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 3.67 KB

File metadata and controls

38 lines (29 loc) · 3.67 KB
title Deprecated SQL Server Features in SQL Server 2014 | Microsoft Docs
ms.custom
ms.date 05/24/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic conceptual
ms.assetid fdc0c778-cc8d-42ab-8833-4deb4329f37a
author mightypen
ms.author genemi
manager craigg

Deprecated SQL Server Features in SQL Server 2014

This topic describes the deprecated features that are still available in [!INCLUDEssCurrent]. These features are scheduled to be removed in a future release of [!INCLUDEssNoVersion]. Deprecated features should not be used in new applications.

Features Not Supported in the Next Version of [!INCLUDEssNoVersion]

The following [!INCLUDEssDEnoversion] features will not be supported in the next version of [!INCLUDEssNoVersion]. Do not use these features in new development work, and modify applications that currently use these features as soon as possible. The Feature name column appears in trace events as the ObjectName, in performance counters and sys.dm_os_performance_counters as the instance_name. The Feature ID appears in trace events as the ObjectId.

Category Deprecated feature Replacement Feature name Feature ID
Data Programmability sys.soap_endpoints (Transact-SQL) Windows Communications Foundation (WCF) or ASP.NET Native XML Web Services 22
Data Programmability sys.endpoint_webmethods (Transact-SQL) Windows Communications Foundation (WCF) or ASP.NET Native XML Web Services 23

Slipstream Functionality

The Product Update feature was introduced in SQL Server 2012 as an extension to the Slipstream functionality that was available in [!INCLUDEssKatmai] PCU1. In SQL Server 2014, the Product Update feature is the recommended method to use for slipstreaming SQL Server. Therefore the command-line parameters, /PCUSource and /CUSource, associated with original Slipstream functionality, should no longer be used. These parameters will continue to work, but may be removed in a future release of [!INCLUDEssNoVersion] Setup. The recommended parameter to use is /UpdateSource which combines the functionality of the original Slipstream parameters, /PCUSource and /CUSource.

For more information about Slipstream functionality that was available in [!INCLUDEssKatmai] PCU1, see Slipstream a SQL Server Update (https://go.microsoft.com/fwlink/?LinkId=219945).
For information on how to use /UpdateSource to slipstream SQL Server builds, refer to the following:

See Also

Backward Compatibility