Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.37 KB

File metadata and controls

41 lines (30 loc) · 2.37 KB
title Database Engine: Breaking Changes
titleSuffix SQL Server 2017
description Learn about changes that might break applications, scripts, or functionalities that are based on earlier versions of SQL Server.
author MikeRayMSFT
ms.author mikeray
ms.reviewer randolphwest
ms.date 09/08/2025
ms.service sql
ms.subservice release-landing
ms.topic conceptual
helpviewer_keywords
breaking changes 2017 [SQL Server]
monikerRange >=sql-server-2017 || >=sql-server-linux-2017

Breaking changes to Database Engine features in SQL Server 2017

[!INCLUDE SQL Server 2017]

This article describes breaking changes in the [!INCLUDE sssql17-md] [!INCLUDE ssDE]. These changes might break applications, scripts, or functionalities that are based on earlier versions of [!INCLUDE ssNoVersion]. You might encounter these issues when you upgrade.

Breaking changes in SQL Server 2017 Database Engine

[!INCLUDE code-access-security]

The MD2, MD4, MD5, SHA, and SHA1 algorithms are deprecated in [!INCLUDE sssql15-md]. Up to [!INCLUDE sssql15-md], a self-signed certificate is created using SHA1. Starting with [!INCLUDE ssSQL17], a self-signed certificate is created using SHA2_256.

Previous versions

Archived documentation for old versions of SQL Server

[!INCLUDE previous-versions-archive-documentation-sql-server]

Related content