Options

SP Parameters on new line?

snkscoresnkscore Posts: 8
edited February 26, 2008 2:16PM in SQL Refactor Previous Versions
SQL Refactor changes:

ALTER PROCEDURE [dbo].[Badges_Get]
@BadgeCode varchar(50)
AS

into:

ALTER PROCEDURE [dbo].[Badges_Get] @BadgeCode varchar(50)
AS


This is not an issue if there is more than 1 parameter.

I have looked over the settings, is there any way that I can get it to put the parameters on new lines even if there is only 1 parameter?

Comments

Sign In or Register to comment.