global filter at the top of the databases tree
At the moment, you can filter on each node; tables/views/SP's etc. This takes ages often.
I would like to see a filter up at the top of the tree, that filters the whole tree as you type. No dialog, just a filter text entry box at the top.
-
Nick Fotopoulos commented
If you use the SQL Source Control tool to check in your database changes, you can easily search across all projects and repos in Azure DevOps. We make heavy use of linked servers here and anytime something is changed we need to search all database servers and applications for anything that references the SQL object. We're slowly moving toward more well defined interfaces to data, but until then we have thousands of spurious references to objects on other servers across dozens of linked servers. Getting these under control is the first step towards Change Control/Automation for us.