Released: Nov 6, 2019
10.0.x での更新項目
10.0.11
Updated Feb 5, 2020
Features
- Added suggestions support for new permission types in SQL Server 2019.
Fixes
- Fixed an issue with columns sometimes not being qualified when qualifying object names.
- Fixed an issue with some functionality not appearing for servers connected using Windows authentication.
10.0.10
Updated Jan 29, 2020
Fixes
- Fixed an issue that caused SSMS to crash when connecting to an Azure server using Multi-Factor Authentication.
10.0.9
Updated Jan 28, 2020
Released: Oct 28, 2019
9.5.23 での更新項目
不具合の修正
- Fixed an issue which would sometimes cause the Tab History/Code Analysis UI to fail to load.
Released: Oct 24, 2019
9.5.22 での更新項目
機能
- Enhanced Tab History *
- You can now star the tabs you use most often, so they're easier to find and restore when you need them.
- Tabs are now shown in time buckets, making them easier to search through.
- Added support for the APPROX_COUNT_DISTINCT aggregate function, introduced in SQL Server 2019.
- Added support for the index options RESUMABLE and MAX_DURATION in CREATE INDEX statements, introduced in SQL Server 2019.
* SQL Prompt keeps a history of query tabs you open in Management Studio...
Released: Oct 16, 2019
9.5.21 での更新項目
機能
- Added a new ranked ordering option for suggestions.
- Added suggestions support for
ADD/DROP SENSITIVITY CLASSIFICATION syntax introduced in SQL Server 2019.
- Added suggestions for
COMPATIBILITY LEVEL values for all supported versions of SQL Server.
不具合の修正
- Fixed scenario that could lead to corruption of Prompt Options during export to a zip archive.
- Fixed an issue which would sometimes cause formatting to fail when applied to a script containing a
PIVOT clause within an UPDATE statement.
- Fixed...
Released: Oct 2, 2019
9.5.20 での更新項目
機能
- Smart Rename and Split Table refactorings are now no longer supported for SQL Server 2000/2005.
不具合の修正
- SP-7804 : Fixed an issue with suggesting synonyms when schema/database filtering is enabled.
- SP-7824 : Fixed an issue which would cause the Qualify Object Names refactoring to sometimes generate incorrect SQL when used on an UPDATE statement.
- SP-7825 : Fixed keyboard shortcut _(Ctrl+Shift+E)_ for the [code analysis issue details pane](
Released: Sep 25, 2019
9.5.19 での更新項目
不具合の修正
- Fixed an issue where square brackets were being incorrectly applied to IS_ROLEMEMBER during formatting.
Released: Sep 19, 2019
9.5.18 での更新項目
不具合の修正
- Fixed an issue where column names would appear in reverse order when expanding wildcards.
- SQL Prompt no longer reports PE017 warnings on built-in analytics functions.
- Fixed an issue with incorrect handling of FROM built-in function.
- Fixed rare crash that could occur when showing formatting issues during processing of invalid T-SQL code.
- Fixed a bug that could lead to the wrong SQL Server version being loaded when connecting to Azure Managed Instances.
Released: Sep 6, 2019
9.5.16 での更新項目
不具合の修正
- Fixed an issue with autocompleting when selecting DEFAULT from suggestions when specifying a filegroup.
- Fixed issue with reconnecting tabs when reopening SSMS 18 multiple times.
- Fixed issue where incorrect JOIN condition was suggested when using PIVOT tables.
- Fixed an issue which caused a formatting error when attempting to format scripts containing column constraints with a FILLFACTOR index option.
Released: Aug 30, 2019
9.5.15 での更新項目
Updates in 9.5.15
- Fixed missing columns and parameters in suggestions when database filtering is enabled.
- Changed some built-in snippets to not trigger code analysis warnings. This applies to new installs only.
- Fixed an issue with execution warnings not being triggered for a selection under certain circumstances.
- Fixed an issue where execution warnings would trigger for statements outside of the selected scope.
- Fixed an issue with the ST008 autofix not working when EXEC statements were nested...
Released: Aug 22, 2019
9.5.14 での更新項目
機能
- You can now automatically fix PE006 code analysis issues (table hint used) in your script.
- You can now automatically fix SC006 code analysis issues in your script. This fix will change ALL line endings in your script to the expected CR/LF format.
不具合の修正
- SP-7650 : Fixed issue with reconnecting tabs that are connected using SQL Server authentication in SSMS 18.