procedure name completion with parms after GRANT

moffmoff Posts: 34
edited August 2, 2007 11:20AM in SQL Prompt Previous Versions
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.

Comments

Sign In or Register to comment.