Feature Suggestion: Find + Modify Stored Procedure
mikebridge
Posts: 19
Hi-
I just installed SQL Prompt and I really like the intellisense for stored procedures, and it's very cool that I can grab the script for it in the popup window. I would love to also be able to take this one step further so I could jump right to an ALTER PROCEDURE tab using SQL Prompt.
In SSMS right now I have to navigate the tree and scroll down hundreds of stored procedures to find the right one, right click on it and select "Modify". (Or I could use the "filter" button, which isn't much faster.)
In Resharper for Visual Studio, for example, I can use Ctrl-Shift-T to pop up a search box so I can find a file by typing in the first few characters. This saves me a lot of time navigating nested trees of filenames.
Cheers!
-Mike
I just installed SQL Prompt and I really like the intellisense for stored procedures, and it's very cool that I can grab the script for it in the popup window. I would love to also be able to take this one step further so I could jump right to an ALTER PROCEDURE tab using SQL Prompt.
In SSMS right now I have to navigate the tree and scroll down hundreds of stored procedures to find the right one, right click on it and select "Modify". (Or I could use the "filter" button, which isn't much faster.)
In Resharper for Visual Studio, for example, I can use Ctrl-Shift-T to pop up a search box so I can find a file by typing in the first few characters. This saves me a lot of time navigating nested trees of filenames.
Cheers!
-Mike
Comments
http://www.red-gate.com/MessageBoard/vi ... php?t=9493
-Mike
Is there any way to automatically refresh the cache?
Thanks!
-Mike
Maybe an option to have the cache auto-refresh just before pulling the object? (That could be problematic since the refresh only refreshes the current DB, and you may be pulling an object from a different DB.)
Refreshing the cache takes a fraction of a second on my machine---I wouldn't notice if it did it automatically when an ALTER PROCEDURE command is executed.
Are there any plans to make any changes to this caching issue?
Thanks!
-Mike