Activity overview
Latest activity by PaulLach
Unhandled Error When Creating A Stored Proc W/O Naming It
I was creating a stored procedure and had not yet decided on a name and had typed in the following:
CREATE PROCEDURE [DSC].[]
AS
SET NOCOUNT ON;
After this, everything I tried to do raised the foll...
Support For 2 Suggestions Raised By Others
Having read through many of the comments that people have already posted, I would like to add my support to the following:
1. Do not popup suggestions when I am typing in a comment!!! If someone w...
The candidate list also pops-up when typing literal strings (inside single quotes). I would ask that if you get SQL Prompt to recognize when it is inside a comment section you would also teach it to recognize when it is inside a literal string. / comments
The candidate list also pops-up when typing literal strings (inside single quotes). I would ask that if you get SQL Prompt to recognize when it is inside a comment section you would also teach it ...
As you work your way to the right of the screen the popup window goes off the screen. I would be happy to send you a screen snapshot as an e-mail attachment, but I am not going to set it up with a url. / comments
As you work your way to the right of the screen the popup window goes off the screen. I would be happy to send you a screen snapshot as an e-mail attachment, but I am not going to set it up with a...
Suggestion For Indenting Option
Please consider adding an indenting option that would indent by the number of characters in the keyword that caused the indenting to occur plus 1 (for the trailing space).
An example would be: IF ...
Suggestion For From Clause Formatting Option
Please consider offering a formatting option for the FROM section to do the following:
- align the word JOIN in all rows
- align the word ON in all rows
- align the right-most character in the rela...