SQL Toolbelt

Une collection d’outils de comparaison, synchronisation, sauvegarde, analyse et bien plus encore pour SQL Server.

Publié par Redgate Software
Distribué par ComponentSource depuis 2005

Prix à partir de : US$ 3,537.27 Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00 (1)

i

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

Mises à jour de v9.3

Fonctionnalités

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.

Correctifs

Fixed in SQL Prompt v9.3

  • SP-7208 : Fixed insert semicolon refactoring when merge statement was used as table source.