Articles
Sort by recent activity
SQL Prompt: Features available only in SQL Toolbelt Essentials
Some features of SQL Prompt are only available if you have a SQL Toolbelt Essentials license:
Bulk operations
Product integrations
Additionally, SQL Toolbelt Essentials users with a subscription ...
Installing and running SQL Prompt
To install SQL Prompt, you must have administrator privileges. If you're upgrading from a previous version, the installer does all the preparation for you.
Installing SQL Prompt
When you run the SQ...
Managing SQL Prompt behavior
You can set various options for how SQL Prompt behaves in the SQL Prompt Options dialog box. This page describes the options available on the first page of the SQL Prompt Options, the Behavior page...
About SQL Prompt
SQL Prompt is an add-in for SQL Server Management Studio and Visual Studio that helps you write, format, navigate and refactor your code.
For more information, see the SQL Prompt product page.
Why SQL Prompt?
Alongside specialists, an IT department needs people who are broadly skilled and adaptable, who can pivot quickly to new projects, slot easily into new teams and be productive quickly.
SQL Prompt...
SQL Prompt Requirements
SQL Prompt is an add-in for the following development environments:
SQL Server Management Studio 20
SQL Server Management Studio 19
SQL Server Management Studio 18
NOTE: SQL Prompt does not supp...
SSMS Tab Management
SQL Prompt's Tab History keeps a history of the query windows (tabs) that you open in SSMS, and saves their contents in response to certain actions. You can use it to track down scripts that you fo...
SQL Refactoring
You can use SQL Prompt to perform the following types for database and code refactoring:
SQL Prompt Actions
Refactoring an Object or Batch
Refactoring Databases
Refactoring Queries and Query Res...
SQL Code Snippets
A snippet is any pre-defined block of code, which you can insert into a query pane at the current cursor position, or around currently selected SQL text. SQL Prompt comes with many pre-defined snip...
SQL Code Formatting and Styles
Formatting and styles are all about taking some code and making sure that it is easy to read and understand. Formatting or style changes are 'decorative' changes that affect only whitespace, such a...