How can we help you today? How can we help you today?

Custom format for Stored Procedure calls

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?
leopasta
0

Comments

3 comments

  • peter.peart
    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
    0
  • leopasta
    Thanks Pete,
    Yes I would love to see that formatting option in future releases.
    Thanks in advance,
    Leo
    leopasta
    0
  • peter.peart
    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
    0

Add comment

Please sign in to leave a comment.