Call procedure layout
Kenneth
Posts: 5
Why no layout for execute procedure's in a procedure
exampel
ECECUTE @iRv = sp_Procedure
@iVariable1=1
, @sVariable2='A'
, @sVariable3='B'
inseted of
ECECUTE @iRv = sp_Procedure @iVariable1=1 , @sVariable2='A' , @sVariable3='B'
/Kenneth
exampel
ECECUTE @iRv = sp_Procedure
@iVariable1=1
, @sVariable2='A'
, @sVariable3='B'
inseted of
ECECUTE @iRv = sp_Procedure @iVariable1=1 , @sVariable2='A' , @sVariable3='B'
/Kenneth
Comments
If the idea is approved it will be introduced in a future version.
I hope this will suffice for now.