Options

Add line before variable declaration on stored procs

Dayton_Dayton_ Posts: 3 New member
Something like this

create proc xxxyyyzzz
@invar date
as
begin
end

Not
create proc xxxyyyzzz @invar date
as 
begin
end
Tagged:

Answers

  • Options
    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 
Sign In or Register to comment.