Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 5.44 KB

File metadata and controls

100 lines (77 loc) · 5.44 KB
title Discontinued database engine functionality
description Learn which database engine functionality and features were discontinued in SQL Server.
author MikeRayMSFT
ms.author mikeray
ms.reviewer randolphwest
ms.date 07/25/2022
ms.prod sql
ms.technology release-landing
ms.topic conceptual
ms.custom
seo-lt-2019
event-tier1-build-2022
helpviewer_keywords
VIA protocol
unsupported features [SQL Server]
SQL Mail
discontinued functionality [SQL Server]
RESTORE WITH DBO_ONLY
BACKUP WITH PASSWORD
user instances enabled
BACKUP WITH MEDIAPASSWORD
AWE
SQL-DMO
*= and =*
80 compatibility levels
COMPUTE BY
user instance timeout
sp_dropalias
COMPUTE
SSL
WITH APPEND
sys.database_principal_aliases
sp_dboption
DATABASEPROPERTY
FASTFIRSTROW hint
SET DISABLE_DEF_CNST_CHK
monikerRange >= sql-server-linux-2017 || >= sql-server-2016

Discontinued Database Engine functionality in SQL Server

[!INCLUDEsqlserver]

This article describes the [!INCLUDEssDE] features that are no longer available in [!INCLUDEssnoversion].

Discontinued features in [!INCLUDEsssql22]

Discontinued features in [!INCLUDEsssql19]

  • The following database scoped configuration options are discontinued:

    • DISABLE_BATCH_MODE_ADAPTIVE_JOIN
    • DISABLE_BATCH_MODE_MEMORY_GRANT_FEEDBACK
    • DISABLE_INTERLEAVED_EXECUTION_TVF

For current configuration options, see ALTER DATABASE SCOPED CONFIGURATION (Transact-SQL).

Note

No features were discontinued in [!INCLUDEsssql14].

Discontinued features in [!INCLUDEsssql15-md]

  • [!INCLUDEsssql15-md] is a 64-bit application. 32-bit installation is discontinued, though some elements run as 32-bit components.

  • Compatibility level 90 is discontinued. For more information, see ALTER DATABASE Compatibility Level (Transact-SQL).

  • ActiveX subsystem is discontinued. Use command line or PowerShell scripts instead.

  • Startup parameters -h and -g. For more information, see Database Engine Service Startup Options.

  • Secure Sockets Layer (SSL) encryption is discontinued. Use Transport Layer Security (TLS) instead. For more information, see Enable Encrypted Connections to the Database Engine.

  • precompute rank Server configuration option was discontinued beginning with SQL Server 2008. The article has been removed from documentation.

Previous versions

See also