Posts
Sort by recent activity
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...
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...