Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 5.29 KB

File metadata and controls

62 lines (43 loc) · 5.29 KB
title Database Engine: Breaking Changes
titleSuffix SQL Server 2025 Preview
description Breaking changes to database engine features in SQL Server 2025 Preview.
author MikeRayMSFT
ms.author mikeray
ms.reviewer randolphwest
ms.date 08/19/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 2025 Preview

[!INCLUDE sqlserver2025]

This article describes the breaking changes to features in the SQL Server Database Engine introduced with [!INCLUDE sssql25-md]. These changes can break applications, scripts, or functionalities that are based on earlier versions of [!INCLUDE ssNoVersion].

Linked servers

[!INCLUDE sssql25-md] includes changes to encryption that introduce a breaking change to linked servers. These changes can break applications, scripts, or functionalities that are based on earlier versions of [!INCLUDE ssNoVersion]. You might encounter these issues when you upgrade.

In [!INCLUDE sssql25-md]:

For information about how to connect securely to [!INCLUDE sssql25-md] instances, see TDS 8.0.

Replication

[!INCLUDE sssql25-md] includes changes to encryption that introduce a breaking change to Transactional, Snapshot, Peer to peer and Merge replication.

In [!INCLUDE sssql25-md]:

For information about how to connect securely to [!INCLUDE sssql25-md] instances, see TDS 8.0.

Log shipping

[!INCLUDE sssql25-md] includes changes to encryption that introduce a breaking change to log shipping. You might encounter these issues when you upgrade.

Log shipping monitoring can break if the monitor is a remote [!INCLUDE sssql25-md] instance when other SQL Server instances in the log shipping topology use a previous version.

For information about how to connect securely to [!INCLUDE sssql25-md] instances, see TDS 8.0.

PolyBase

[!INCLUDE sssql25-md] includes changes to encryption that introduce a breaking change to PolyBase. These changes might break applications, scripts, or functionalities that are based on earlier versions of [!INCLUDE ssNoVersion].

In [!INCLUDE sssql25-md]:

Related content