Feture Request - SQL Complete - Current Context in Prompts

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
zymotik
Posts: 1
Joined: Wed 15 Aug 2012 10:01

Feture Request - SQL Complete - Current Context in Prompts

Post by zymotik » 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

alexa

Re: Feture Request - SQL Complete - Current Context in Prompts

Post by alexa » Wed 15 Aug 2012 13:00

Hello,

We have added this suggestion on our UserVoice forum to find out how it is important for other users:

http://devart.uservoice.com/forums/8789 ... rent-proce

Please note that you can add your own suggestions or vote for existing ones on this forum.

Post Reply