SQL Prompt 11.3 release notes
Published 17 December 2025
11.3.4.20814 - Released on 20 January 2026
Features
- 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.
Fixes
- 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-- ERRORcomment in the SQL editor window). - Fixed an issue where SQL Prompt repeatedly displayed error messages for unsupported authentication types.
- Fixed an issue where clicking the 'Snippet Manager' caused a null reference error when on a non-query tab.
- Fixed enablement and disablement of SQL Prompt suggestions and code analysis features in main menu and options in all Visual Studio versions.
- Fixed issue where intermittent failures to retrieve database schema would not recover unless the Prompt AI window was closed and re-opened.
- Fixed an issue in Code Analysis where extended stored procedures were incorrectly suggested to use named parameter style.
- Fixed an issue in Code Analysis where SYSUTCDATETIME was incorrectly identified as a user-defined function (UDF).
- Fixed an issue in SQL Prompt where script containing JSON_OBJECT would not get formatted.
- Fixed issue that would prevent SQL Prompt from reacting to database connection modifications if suggestions were disabled.
- Prompt AI window will no longer wrongly claim you are not connected to a database when clicking in non SQL editor windows (e.g. "Object Explorer").
- The list of AI suggestions (initial or follow-up) will now only be re-generated when necessary (e.g. if the database connection changed) to avoid needless processing and server-side network requests.
- Fixed an issue where SSMS 22 freezes during the initial import of user settings with SQL Prompt already installed.
11.3.3.20567 - Released on 07 January 2026
Features
Query Index Analysis main menu entry now appears under the AI section.
Fixes
- 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 available.
- Fixed
InvalidOperationExceptionthat could be thrown when trying to launch Prompt AI features. - Disabling Prompt AI now correctly disables Query Index Analysis (which uses an internal AI model).
- Fixed logging in all supported versions of Visual Studio.
- Fixed several use cases where the connected database schema was not being sent as part of the AI request.
Fixed formatting inconsistencies when the "Collapse Short Control Statement" option is enabled containing 'ELSE BEGIN' clause.
11.3.2.20417 - Released on 26 December 2025
Features
Added support for Microsoft Fabric. - Learn more
Fixes
- 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.
11.3.1.20365 - Released on 23 December 2025
Fixes
- Fixed issue where SQL Prompt was not showing suggestion for a secondary read only node in an Availability Group for SSMS v20 and older.
- Fixed issue where SQL Prompt extension was not visible in SSMS 22 for certain users after upgrade.
11.3.0.20275 - Released on 17 December 2025
Features
- 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 you as you type in the SQL editor window (as is the case for normal SQL Prompt code suggestions). See AI code completion docs for more information. - This preview feature is tagged as experimental as it's currently still under development and we would love to hear your
thoughts and opinions via our AI online feedback form or built-in link at the top of the SQL Prompt AI window.
- Added SQL Prompt main menu option (shortcut:
Ctrl+Shift+B) to quickly enable/disable SQL Prompt AI features. - Added contextual help (shortcut:
F1) to Prompt AI main and onboarding windows which link to official documentation (opens
in a browser window). - Added SQL Prompt AI commands to the Command Palette.
Fixes
- No longer fails silently if something goes wrong when registering SQL Prompt editor commands as this will leave
SQL Prompt in a partially working state. Instead, an error will always be shown in this unlikely scenario. - Fixed several UI-based errors in SQL Prompt options components.
- Fixed several issues that could cause SQL Prompt AI commands to be wrongly disabled or enabled in SQL Prompt main menu and SQL editor context menus.
- Fixed an issue where Tab Color for databases was not displaying correctly in Dark Mode.
- Fixed issue where the right button context menu entry for Query Index Analysis could be missing depending on the SQL editor window contents.
- Fixed an issue where SQL Prompt was not showing suggestion for ALTER USER.