Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt
Add line before variable declaration on stored procs
New post
Something like this
create proc xxxyyyzzz
@invar date
as
begin
end
Not
create proc xxxyyyzzz @invar date
as
begin
end
Dayton_
November 03, 2022 16:22
-
0
+
Comments
1 comment
Sort by
Date
Votes
Hello,
Thank you for your inquiry regarding SQL Prompt.
Regarding adding a line before the variable declaration there should be an option to enable this in the settings.
I hope this information helps.
Best,
Dustin
DustinM
November 04, 2022 19:18
-
0
+
Add comment
Please
sign in
to leave a comment.
create proc xxxyyyzzz
@invar date
as
begin
end
Not
create proc xxxyyyzzz @invar date
as
begin
end