SQL Complete v2025.2 release notes

What’s new

The 2025.2 update introduces extended support for modern cloud platforms, security enhancements, and multiple usability improvements.

Support for new servers and cloud platforms

As cloud platforms continue to expand, we update our tools to keep pace.

Support for Microsoft Fabric

SQL Complete now supports Microsoft Fabric, Microsoft’s cloud analytics platform that unifies data storage, processing, visualization, and analysis in a single environment.

Code completion improvements

Full support for OPENROWSET

SQL Complete now supports the OPENROWSET function, allowing queries against external data sources directly in SQL code. Suggestions are provided to guide parameter input.

Full support for OPENROWSET

Suggestions for BEGIN ATOMIC WITH

When typing the BEGIN ATOMIC WITH statement, IntelliSense now displays available languages after the LANGUAGE keyword.

Suggestions for BEGIN ATOMIC WITH

Security and authentication enhancements

Improved security

Authentication with SQL Server through Entra ID has been enhanced to support more secure and flexible connection scenarios.

Strengthened encryption

Encryption capabilities have been improved to align with modern standards, ensuring stronger protection of sensitive data in transit and at rest.

UI/UX improvements

New shortcuts

We have added keyboard shortcuts to simplify code editing and reduce manual operations.

Alt+Up / Alt+Down – Moves selected lines (or the current line if none are selected).

Ctrl+Shift+A – Selects the entire statement, including all related keywords, operators, and values.