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.
could this be included in a future release?
thanks, robin.