SQL Prompt Pro 11.3.7.21945

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.

不具合の修正

  • Fixed registration of Select Synonym in Object Explorer command in SSMS and command palette.
  • Fixed Exception has been thrown by the target of an invocation error that could be shown when saving SQL Prompt options while the SSMS registered servers tool window was active.
  • Fixed inconsistent formatting when Check constraint is used.
  • Fixed an issue where SQL Prompt did not insert a space before the NOT LIKE keyword when formatting SQL.
  • Fixed an issue where Registered Server tab colors were not displayed in SSMS 21 and 22.
  • Fixed display of friendly-name hyperlinks in SQL Prompt options interactive help dialogs (? buttons).
  • Fixed issue that could cause non-SQL errors (e.g. connection timeouts) to incorrectly trigger the Prompt AI fix suggestion popup dialog.
  • Fixed an issue where SQL Prompt menu was not shown on menu bar in SSMS 21 and SSMS 22 after installation/upgrade.
  • Prompt AI fix now respects GO batches and will no longer try to incorrectly remove them or flag them as syntax errors when executing SQL if the Show fix suggestions popup dialog option is enabled.
  • Prevent unnecessary AI requests when the SQL query editor window is not connected to a database or when its schema is empty.
  • Several tweaks to Prompt AI fix behavior to improve outcome (especially in cases where multiple syntax errors occur in the same T-SQL statement).