Allow searching through columns and table names
Often I want to search through all column names on all tables. For example, I'll know there is a 'description' column in my database, but I don't know what table it is on. I'd like to be able to start typing "desc" and have it show any columns containing the text "desc", and the table that column is on, and it's type. Much like ReSharper's Goto Symbol function.
11
votes
Josh Buedel
shared this idea
-
Oskar commented
Yes! something like red gates SQL Search would be awesome!