Tag Archives: SQL Prompt

SQL Prompt Quick Access to Helper Code

We’ve been doing some events as part of the Redgate Roadshow, and at one of the events, we had a customer ask about something that we demo’d. This post looks at quick access to snippets. This is part of a … Continue reading

Posted in Blog | Tagged , , , | Comments Off on SQL Prompt Quick Access to Helper Code

Opening the SQL Prompt Command Palette

A few years ago SQL Prompt added a command palette to let you search the commands available. This is similar to the same concept in Visual Studio Code, ADS, and various other tools. This post looks at how to get … Continue reading

Posted in Blog | Tagged , , | 4 Comments

A New Command Palette in SQL Prompt

I’ve gotten used to using the Command Palette in VS Code/ADS/Sublime Text regularly to find some setting or change something. What felt strange at first has become a habit for me. I actually like having this one place to search … Continue reading

Posted in Blog | Tagged , , | Comments Off on A New Command Palette in SQL Prompt

Summarizing a Script with SQL Prompt

I have never used this feature, but someone was asking for feedback on Prompt, and I noticed  this in the menu: Summarize script. I had guessed that it might look at the code and give me some outline, which is … Continue reading

Posted in Blog | Tagged , , | Comments Off on Summarizing a Script with SQL Prompt