Activity overview
Latest activity by leopasta
Thanks Pete,
Yes I would love to see that formatting option in future releases.
Thanks in advance,
Leo / comments
Thanks Pete,
Yes I would love to see that formatting option in future releases.
Thanks in advance,
Leo
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:
EX...