Feture Request - SQL Complete - Current Context in Prompts
Posted: Wed 15 Aug 2012 10:08
Hi Dev's.
When creating a procedure, often the next step is to execute a piece of permission code. ie:
CREATE PROCEDURE db.usp_dbForge_SQLComplete
GO
GRANT EXECUTE ON ..... TO .....
GO
Once ON is typed it would be great if the prompts list included the name of the current procedure at the top of the list even if it hasn't yet hit that cache or been created. Could this be included please?
Keep up the good work, Ian
When creating a procedure, often the next step is to execute a piece of permission code. ie:
CREATE PROCEDURE db.usp_dbForge_SQLComplete
GO
GRANT EXECUTE ON ..... TO .....
GO
Once ON is typed it would be great if the prompts list included the name of the current procedure at the top of the list even if it hasn't yet hit that cache or been created. Could this be included please?
Keep up the good work, Ian