DB Object Quick Find - Wow!
Joseph Cooney has just released the first version (with source code) of his new DB Object Quick Find add-in for SQL Server Management Studio. I'm sure he won't mind me stealing his bandwidth to show you a preview:
Wow - this is good stuff! The database I develop against here at work has a metric crapload of stored procedures, so it's really handy to be able to jump straight to one like this! Not to mention those times where you can't quite remember if it was a stored proc or a user-defined function that you were looking for.
If you have a database with lots of objects, or a server with lots of databases, this should be an invaluable tool for you. Go get it!
Comments
# JosephCooney
30/11/2007 9:58 PM
I'm glad you like it. The implementation is fairly crap (the SSMS object model made me do it) but it does work. I'm keen to see what other kinds of add-ins people can think of (or even write).