Posts
Sort by recent activity
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...