Please note that SQL Toolbelt is only available to customers who already own a License and need to purchase additional licenses, or renew existing subscriptions.
If you do not already own SQL Toolbelt please consider Flyway or SQL Toolbelt Essentials as an alternative.
SQL Toolbelt - Includes updates to SQL Prompt
Released: Sep 26, 2018
v9.3 での更新項目
機能
New in SQL Prompt v9.3
You can now refactor INSERT statements into UPDATE statements, making it easier to update the data in your tables.
This can be triggered by either right clicking in the script window and selecting the command, or by using the keyboard shortcut Ctrl+B, Ctrl+P.
The refactoring automatically adds a default WHERE clause, which you can customize to suit your needs.
You can now go directly to the Product Learning section of the Redgate Hub from within SQL Prompt.
Click SQL Prompt > Help > Product Learning to find how-to guides, in-depth technical articles and videos to help you uncover 'hidden gems' and make the most out of SQL Prompt.
SQL Prompt documentation now contains a list of all keyboard shortcuts available within the product.
When problems occur during formatting, the formatting actions that were successfully executed and those that were skipped are now displayed along with the failures.
不具合の修正
Fixed in SQL Prompt v9.3
SP-7208 : Fixed insert semicolon refactoring when merge statement was used as table source.