Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

SQL Server 2025 Preview now supports Red Hat Enterprise Linux 10

Дата публикации: 07-10-2025 00:00:00

Microsoft's SQL Server 2025 (17.x) Preview release candidate 1 (RC1) now includes preview support for Red Hat Enterprise Linux 10 (RHEL). This milestone expands SQL Server's footprint on Linux, giving developers and IT professionals more choices for modern, high-performance deployments.SQL Server 2025 Preview is packed with AI and developer-friendly features, making RHEL 10 a great platform for experimentation. With RHEL 10 support, you can start validating SQL Server 2025 Preview in your development and test environments ahead of general availability.What’s new in SQL Server 2025 Preview RC

Основное содержимое страницы с новостью.

Vivien Wang

Senior Engineering Partner Manager

2

Principal Product Manager at Microsoft

Microsoft's SQL Server 2025 (17.x) Preview release candidate 1 (RC1) now includes preview support for Red Hat Enterprise Linux 10 (RHEL). This milestone expands SQL Server's footprint on Linux, giving developers and IT professionals more choices for modern, high-performance deployments.

SQL Server 2025 Preview is packed with AI and developer-friendly features, making RHEL 10 a great platform for experimentation. With RHEL 10 support, you can start validating SQL Server 2025 Preview in your development and test environments ahead of general availability.

What’s new in SQL Server 2025 Preview RC1

In addition to RHEL 10 support, SQL Server 2025 Preview introduces several exciting updates:

New AI and vector data

  • Vector data type with support for half-precision floats (2-byte) for up to 3,996 dimensions in a single vector.
  • Vector indexes for similarity search.
  • External AI model management that integrates with REST inference endpoints and embedding tasks.

Improved developer experience

  • Regular expressions: Use regex directly in SQL queries.
  • JSON data type: Store, query, and transform JSON natively.
  • External REST endpoint invocation: Call REST/GraphQL services directly from SQL Server.

Analytics and data connectivity

  • PolyBase on Linux now supports ODBC data sources.
  • Native support for Parquet, Delta, and CSV without a requirement for PolyBase services.
  • Managed identity for Azure Blob Storage and Data Lake.

Continued reliability

  • Fixes for in-place upgrades (replication issues) and PolyBase encryption.
  • TDS 8.0 support for PolyBase with ODBC.

RHEL 10 support in SQL Server 2025 RC1

You can now deploy SQL Server 2025 Preview on RHEL 10 for your development and test environments using the Enterprise Evaluation Edition, which is valid for 180 days. For production workloads, we currently recommend using SQL Server 2022 on RHEL 9.

Getting started

To get started with SQL Server 2025 public preview container images, use Podman:

podman pull mcr.microsoft.com/mssql/rhel/server:2025-latest

Start the instance:

podman run -e 'ACCEPT_EULA=Y' -p 1433:1433 \
-e 'SA_PASSWORD=yourStrong(!)Password' \
-d mcr.microsoft.com/mssql/rhel/server:2025-latest

With the instance running, you can connect to your SQL Server using the sqlcmd tool inside  the container. Run this command on the host:

podman exec -it <container_id or container_name> \ 
/opt/mssql-tools/bin/sqlcmd \
-S localhost -U sa -P <your_password>

You can also use the tools in an entrypoint.sh script to do things like creating databases or logins, attaching databases, importing data, and other setup tasks. For information and examples, read using an entrypoint.sh and setup.sql script to create a database.

There are many ways to connect to your container, including GUI tools on the host or a remote computer. See the connect and query topic in the SQL Server on Linux documentation for more information.

Next steps

With SQL Server 2025 Preview now on RHEL 10, you get more flexibility, modern workloads, and AI-native capabilities, paired with mission-critical performance. Find out what's new in SQL Server 2025, and then follow the quickstart guide and deploy SQL Server 2025 RC1 on RHEL 10 in your test environment. 

Red Hat Enterprise Linux 10 is a powerful,and high-performance platform, built with enhanced security capabilities in mind, that’s ready to run SQL Server 2025. Its built-in AI management tools (Red Hat Lightspeed) simplify everyday tasks, freeing IT teams to focus on innovation rather than routine maintenance. With advanced security features like post-quantum cryptography and integrated hardware security support, RHEL 10 delivers reliability and compliance you can trust, making it the ideal choice for both development and production SQL Server workloads. Try it out today on the Red Hat Ecosystem Catalog.

Product trial

Red Hat Ansible Automation Platform | Product Trial

An agentless automation platform.


Enter keywords here to search blogs

UI_Icon-Red_Hat-Close-A-Black-RGB

More like this

Blog post Blog post Original podcast Original podcast

Keep exploring

Browse by channel

automation icon

Automation

The latest on IT automation for tech, teams, and environments

security icon

Security

The latest on how we reduce risks across environments and technologies

edge icon

Edge computing

Updates on the platforms that simplify operations at the edge

Infrastructure icon

Infrastructure

The latest on the world’s leading enterprise Linux platform

application development icon

Applications

Inside our solutions to the toughest application challenges

Virtualization icon

Virtualization

The future of enterprise virtualization for your workloads on-premise or across clouds

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Turning complexity into confidence with Red Hat Technical Supportability Review with AI5711-05-2026
2Introducing Red Hat build of Podman Desktop: Enterprise-ready local container development environments5717-02-2026
3Microsoft реализовал Linux-контейнеры в WSL0729-06-2026
4Microsoft выпустила обновление для Windows 100028-05-2020
5Linux MD RAID5 Seeing Scalability Improvements Up To 17%2627-06-2026
6.NET 10 support0529-06-2026
7More AMD Zen 6 Prepping, Many ASUS / Lenovo / HP Laptop Improvements For Linux 7.20526-06-2026
8Сотрудников Red Hat массово и принудительно переводят в штат IBM. Таким раскладом довольны не все-2609-09-2025
912 Best Free and Open Source Linux Server Provisioning Tools0512-06-2026
10Boost developer productivity and modernization with a Red Hat developer experience assessment2609-10-2025

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 5. Информативность: 7. Источник: www.redhat.com.