Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server 2025 (17.x) Preview
This article describes requirements, and limitations for SQL Server 2025 (17.x) Preview.
This article is updated for release candidate (RC) 1.
Upgrade
This release candidate SQL Server 2025 (17.x) Preview supports upgrading from previous versions of SQL Server. The operating system environment must meet the requirements in Hardware and software requirements for SQL Server 2025 Preview.
Preview features
Explore preview development features with a new PREVIEW_FEATURES
database scoped configuration. Enable PREVIEW_FEATURES
to test some features, such as vector indexes. This configuration lets you try select features in preview even after SQL Server reaches general availability. These features will become generally available in future cumulative updates. When a cumulative update provides general availability for a feature, the database-scoped configuration is no longer be necessary for that feature.
To use these features, enable the PREVIEW_FEATURES
database scoped configuration.
The following table identifies features originally released as preview their current status:
Feature | Current status | Version of latest update | Description |
---|---|---|---|
AI_GENERATE_CHUNKS | Preview | RC 1 | Generate chunks of text from a given input text using an AI model. |
Change event streaming | Preview | RC 1 | Stream changes from SQL Server to Azure Event Hubs. |
CREATE EXTERNAL MODEL | Preview | RC 1 | Supports local ONNX models hosted directly on the SQL Server file system. |
CREATE VECTOR INDEX | Preview | RC 1 | Create an approximate index on a vector column to improve performances of nearest neighbors search. |
Half-precision (2-byte) vectors | Preview | RC 1 | Store vectors using half-precision (2-byte) floating-point values, allowing up to 3996 dimensions in a single vector. |
VECTOR_SEARCH | Preview | RC 1 | Search for vectors similar to a given query vector using an approximate nearest neighbors vector search algorithm. |
Caution
Preview features aren't recommended for production environments.
All other features described in the What's new in SQL Server 2025 Preview article are aligned with the release of SQL Server. They don't require enabling the preview feature database scoped configuration.
For more information, review Opt in for preview features - FAQ.
Optimized Halloween protection not available
The Optimized Halloween protection feature isn't currently available in SQL Server 2025 (17.x) Preview starting with RC 0. For more information, see the SQL Server 2025: introducing optimized Halloween protection blog.
Breaking changes
SQL Server 2025 (17.x) Preview introduces breaking changes to a few SQL Server Database Engine features. To learn more, review Breaking changes to Database Engine features in SQL Server 2025 Preview.
Build number
Build | Version number | Date |
---|---|---|
Preview (RC 1) | 17.0.925.4 | September 16, 2025 |
Preview (RC 0) | 17.0.900.7 | August 20, 2025 |
Preview (CTP 2.1) | 17.0.800.3 | June 16, 2025 |
Preview (CTP 2.0) | 17.0.700.9 | May 19, 2025 |