Custom format for Stored Procedure calls

leopastaleopasta Posts: 3
edited July 9, 2012 5:21PM in SQL Prompt Previous Versions
Hi guys,
I can't find a way to configure SQL Prompt to format my procedures as:
EXEC spSample @Parameter1 = 'Sample',
                        @Parameter2 = 2

Instead I'm getting the following:
EXEC spSample 
@Parameter1 = 'Sample',
@Parameter2 = 2

Any suggestions on how can I do it?

Comments

  • Thanks for your post. The layout configuration that you'd like isn't possible at the present time. I can log a feature request for it though if you wish?

    Pete
    Peter Peart
    Red Gate Software Ltd
    +44 (0)870 160 0037 ext. 8569
    1 866 RED GATE ext. 8569
  • Thanks Pete,
    Yes I would love to see that formatting option in future releases.
    Thanks in advance,
    Leo
  • Thanks for your reply. I've logged it as a feature request under an internal reference number of SP-4463.

    There are no current plans to perform work on any formatting enhancements, however should this change then we'll certainly review your request and take it into account.

    The best place to post any enhancement requests is our Uservoice site, the link of which is detailed below:

    http://redgate.uservoice.com/forums/944 ... uggestions

    Essentially, the more votes something gets then the more likely we are to work on it.

    Pete
    Peter Peart
    Red Gate Software Ltd
    +44 (0)870 160 0037 ext. 8569
    1 866 RED GATE ext. 8569
Sign In or Register to comment.