Lanzamientos de SQL Prompt Pro

Released: Mar 12, 2026

Actualizaciones en 11.3.7.21945

Características

  • Prompt AI requests now include the SQL Server version of the connected database alongside its schema.
    • This significantly increases the chance of the AI-generated T-SQL being fully compatible with the current version and not using newer language features.
  • The Prompt AI window now displays the SQL Server version of the connected database as a gray suffix after the database name.
  • Several improvements to the categorization and display of items in the SSMS/VS command palette...

Released: Feb 13, 2026

Actualizaciones en 11.3.6.21421

Características

  • Added support for SQL Server 2025 database-scoped configuration preview features.

Correcciones

  • Fixed an incompatibility between SQL Prompt and SSMS 22.3 which caused SSMS to consistently crash when SQL Prompt was installed.
  • Fixed an issue where aggregate totals were calculated incorrectly when using the German language/region settings.
  • Fixed an issue that caused code completion to fail for user‑defined stored procedures in Microsoft Fabric SQL Databases.

Released: Feb 5, 2026

Actualizaciones en 11.3.5.21197

Características

  • Two SQL Prompt suggestion-based opt-in experimental settings have been promoted to regular options and moved from the Labs > Experimental features options pane to the Suggestions > Behavior one:
    • Automatically refresh suggestions:
      • When this option is on, SQL Prompt automatically refreshes the suggestion list when a change to a connected database is detected (e.g. modification to its schema). This is equivalent to manually calling the Refresh Suggestions command (Ctrl+Shift+D...

Released: Jan 20, 2026

Actualizaciones en 11.3.4.20814

Características

  • Failure to retrieve the database schema no longer prevents AI requests from completing. They will instead be performed without schema-awareness.
    • If this happens, a warning will be displayed in the Prompt AI window to offer contextual information.

Correcciones

  • Fixed issue where failure to perform an AI request (e.g. Explain SQL) could leave the work in progress spinner UI element visible and would not surface the problem in the Prompt AI window (other than a cryptic -- ERROR...

Released: Jan 7, 2026

Actualizaciones en 11.3.3.20567

Características

  • Query Index Analysis main menu entry now appears under the AI section.

Correcciones

  • Fixed SQL History panel in the options menu from disappearing when you reset options to default in SSMS.
  • Fixed an issue where restoring default options would only restore one option at a time.
  • Fixed performance issue in SQL Prompt when the active formatting style was not stored locally.
  • Fixed and enhanced Prompt AI features availability checks. More information will be provided in the options if...

Released: Dec 26, 2025

Actualizaciones en 11.3.2.20417

Características

  • Added support for Microsoft Fabric.

Correcciones

  • Fixed issue where SQL Prompt Inline EXEC did not work with cross schema data types.
  • Fixed issue where nested EXISTS subquery indentation aligned to the WHERE clause instead of its contextual parent.
  • Fixed SSMS crash on AWS RDS instance.

Released: Dec 23, 2025

Actualizaciones en 11.3.1.20365

Correcciones

  • Fixed an issue where SQL Prompt was not showing suggestion for a secondary read only node in an Availability Group for SSMS v20 and older.
  • Fixed an issue where SQL Prompt extension was not visible in SSMS 22 for certain users after upgrade.

Released: Dec 17, 2025

Actualizaciones en 11.3.0.20275

Características

  • Added new opt-in preview SQL Prompt AI feature to generate AI-based code completion suggestions that understand your current query editor context (and can react to instructions in SQL comments).
  • The feature is disabled by default on new installations of SQL Prompt, but can be enabled via the options.
  • You can manually trigger AI code completion suggestions on demand (CTRL+Alt+Up arrow) or optionally set it to show automatically after a configurable delay in milliseconds to auto...

Released: Dec 12, 2025

Actualizaciones en 11.2.2.20219

Correcciones

  • Fixed an issue where ADD SENSITIVITY CLASSIFICATION was formatted incorrectly.
  • Fixed an issue where SQL Search did not load correctly when SQL Prompt was installed.

Released: Dec 8, 2025

Actualizaciones en 11.2.1.20094

Características

  • Added support for Visual Studio 2026.

Correcciones

  • Fixed issue that could trigger an "Unexpected error occurred while checking access to SQL Prompt AI" error dialog that would prevent usage of Prompt AI.
  • Fixed issue where SQL Prompt Bulk Formatter would not retain the UTF-8 with BOM encoding.
  • Fixed an issue where tab colors were not applying correctly to the Visual Studio theme in SSMS 21 and SSMS 22.