SQL Prompt Pro のリリース
Released: Mar 12, 2026
11.3.7.21945 での更新項目
機能
- 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
11.3.6.21421 での更新項目
機能
- Added support for SQL Server 2025 database-scoped configuration preview features.
不具合の修正
- 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
11.3.5.21197 での更新項目
機能
- 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).
- Refresh...
Released: Jan 20, 2026
11.3.4.20814 での更新項目
機能
- 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.
不具合の修正
- 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 comment in the SQL...
Released: Jan 7, 2026
11.3.3.20567 での更新項目
機能
- Query Index Analysis main menu entry now appears under the AI section.
不具合の修正
- 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 they are not...
Released: Dec 26, 2025
11.3.2.20417 での更新項目
機能
- Added support for Microsoft Fabric.
不具合の修正
- 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
11.3.1.20365 での更新項目
不具合の修正
- 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
11.3.0.20275 での更新項目
機能
- 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-complete for...
Released: Dec 12, 2025
11.2.2.20219 での更新項目
不具合の修正
- 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
11.2.1.20094 での更新項目
機能
- Added support for Visual Studio 2026.
不具合の修正
- 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.