Hi,
I have a 2 stored procedures. One procedure accepts one input parameter and the second one accepts 2 input parameters. I assigned a shortcut keys to both procedures.
shortcut key for procedure with one iput parameter works fine where as the procedure with 2 input parameters gives error at second parameter. It works fine when I execute with exec command.
Can't we assign a shortcut key for a multiple parameterized procedure.
Error: Msg 201, Level 16, State 4, Procedure SELECTQUERY, Line 0
Procedure or Function 'SELECTQUERY' expects parameter '@PKG_NAME', which was not supplied.
Appreciate any work around for this