Executing stored procedures / routines
Is there an easy way to execute a stored procedure from the structure view - similar to "Execute Stored Procedure" option in SSMS? It seems the only behavior i can get is to pop open a console with an ALTER PROCEDURE script. In order to actually run the stored procedure i need to open a console and type in the EXEC <proc name> <arguments>. It seems like it would be a no brainer that there'd be an execute option that brings up a dialog for entering parameters.
Please sign in to leave a comment.
It's possible from 2018.2 version
Hello Chris,
Currently there is no way to do it. Please vote for related request in YouTrack: https://youtrack.jetbrains.com/issue/DBE-1734
The above ticket link breaks for some reason. This works: https://youtrack.jetbrains.com/issue/DBE-1734 (I know, looks the same...odd). I voted for it.