You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/what-s-new-in-sql-server-2025.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about new features for SQL Server 2025 (17.x), which gives yo
4
4
author: MikeRayMSFT
5
5
ms.author: mikeray
6
6
ms.reviewer: wiassaf, randolphwest
7
-
ms.date: 08/19/2025
7
+
ms.date: 08/21/2025
8
8
ms.service: sql
9
9
ms.subservice: release-landing
10
10
ms.topic: whats-new
@@ -86,7 +86,7 @@ In addition to features announced previously, RC 0 adds the following changes an
86
86
- Log shipping
87
87
- Configure [TLS 1.3](../relational-databases/security/networking/tls-1-3.md) encryption between servers in a [log shipping topology](../database-engine/log-shipping/about-log-shipping-sql-server.md#enforce-tls-13-encryption) with [TDS 8.0](../relational-databases/security/networking/tds-8.md) support.
88
88
- Fabric
89
-
-Support for [resource governor](../relational-databases/resource-governor/resource-governor-workload-group.md)
@@ -106,6 +105,7 @@ The following sections identify features that are improved or introduced in [!IN
106
105
-[Query Store and intelligent query processing](#query-store-and-intelligent-query-processing)
107
106
-[Language](#language)
108
107
-[Tools](#tools)
108
+
-[Fabric](#microsoft-fabric)
109
109
110
110
## AI
111
111
@@ -117,12 +117,6 @@ The following sections identify features that are improved or introduced in [!IN
117
117
|[Vector index](../relational-databases/vectors/vectors-sql-server.md#vector-search)| Create and manage approximate vector index to quickly and efficiently find similar vectors to a given reference vector.<br /><br />Query vector indexes from [sys.vector_indexes](../relational-databases/system-catalog-views/sys-vector-indexes-transact-sql.md). |
118
118
|[Manage external AI models](../t-sql/statements/create-external-model-transact-sql.md)| Manage external AI model objects for embedding tasks (creating vector arrays) accessing REST AI inference endpoints. |
119
119
120
-
## Fabric
121
-
122
-
| New feature or update | Details |
123
-
| --- | --- |
124
-
|[Mirroring in Fabric](/fabric/database/mirrored-database/overview)| Continuously replicate data to Microsoft Fabric from SQL Server 2025 on-premises, as well as SQL Server 2025 on VMs. Microsoft Fabric already includes mirroring from a variety of sources, including Azure SQL Database and Azure SQL Managed Instance. For more information on SQL Server 2025 database mirroring to Fabric, see [Mirrored SQL Server databases in Microsoft Fabric](/fabric/database/mirrored-database/sql-server). |
125
-
126
120
## Developer
127
121
128
122
| New feature or update | Details |
@@ -283,7 +277,9 @@ The [intelligent query processing (IQP)](../relational-databases/performance/int
### Fabric mirroring for SQL Server 2025 (Preview)
287
283
288
284
- You can configure SQL Server resource governor to manage resource usage for Mirroring in Fabric for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)]. Each workload group is for a specific phase of mirroring.
0 commit comments