Articles
Sort by recent activity
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...
SQL Code Completion and IntelliSense
SQL Prompt offers as-you-type IntelliSense and code completion suggestions, as well as providing other information, and helping you navigate around your code. As you accept and insert the suggested...
SQL Code Analysis
SQL Prompt comes with a list of static code analysis rules you can run on your queries, as you review them, or as you type them. Static Code analysis parses the code as a compiler would, but with t...
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 ...
Moving snippets to another machine - SQL Prompt
Here's some steps on how to move your snippets to a different machine.
Locate your existing snippets folder. By default, it’s located at:
C:\Users\<your_username>\AppData\Local\Red Gate\SQL Prompt ...