Posts
Sort by recent activity
Licensing
Any thoughts on how SQL Prompt ADS will be licensed in the future? Totally free? Bundled with SQL Prompt SSMS? Standalone paid-for license? I always thought SQL Prompt was a bit expensive and could...
Feature Requests
I'm very excited for future development of SQL Prompt within ADS. I've been using SQL Prompt since it was PromptSQL in Query Analyzer. I'm happy to ditch SSMS as it has always been slow, bulky, and...
Snippet Format
I noticed the snippet format now conforms to Visual Studio snippets. Are there plans in the future to support things like Surround With or Custom Literals?
USE Database quirk
This applies to both SQL Prompt 3.1 and 3.5. I don't know why I waited until now to report this; It's pretty minor though.
If I start out with a new query window and I type in a use database statem...
Options from the Tray Icon
This is a handy feature however I found that when I open it my options reset to the default. Even if all I do is open the Options dialog then immediately cancel my options are reset. Accessing the ...
3.5 First Look
Great job on what you have so far on 3.5. It seems like you really listened to what people were posting here on the forums. The first few things that popped out at me were:
New options dialog layou...
**Snippet Editor/Management application**
This little app I wrote addresses some of the annoyances I've found with the Snippet Editor.http://chrisrickard.blogspot.com/2007/07/sqlpromptsnippeteditor.html
Have fun! :P
Slow Loading of apps
I'm running Vista and SQL Prompt 3.1.0.40.
Every time I start SSMS or QA there is about a 1 minute delay before the app becomes active. In the case of SSMS the splash screen is displayed the entire...
2.0 Release First Look
First I would like to give a big "thank you" to all on who work on the SQL Prompt product, including those who service this forum. I was a (pleasantly) surprised to find it free until September.
I ...
BEGIN END Quirkyness
I tried this in SSMS, VS2003, and VS2005 and they all behave the same:
If I have a code block as suchBEGIN
END
Put the carret on the blank line between the begin and end ensuring it is on the le...