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

procedure name completion with parms after GRANT

when typing
GRANT EXECUTE ON uspMyStoredProc
and using sql prompt to complete the sproc name, I get
GRANT EXECUTE ON uspMyStoredProc
	@Parm1 = ?, -- int
	@Parm2 = ? -- varchar
whereas actually in the context of GRANT rather than EXEC the parms shouldn't be included in the auto completion.

could this be included in a future release?

thanks, robin.
moff
0

Comments

1 comment

  • Bart Read
    Hi Robin,


    Oops, I'll try to get that fixed for the next release. Thanks for letting us know.


    Cheers,
    Bart
    Bart Read
    0

Add comment

Please sign in to leave a comment.