formatting stored proc
I love to have the options so that the first line of a stored proc is just the name i.e. create proc spName and the @parms varchar(20) and following would be on additional lines
So for example
create proc spName
@Parm1 int
,@Parm2 int
thanks
Shannon
4
votes
Shannon Ramriez
shared this idea
This feature was released in version 8 of SQL Prompt.
If there are any missing features please let us know by creating a new suggestion.
Kind Regards,
The Prompt Team