Show number of object in the database explorer (tree) panel
There is the "Explorer" panel on the left (by default) where available database are shown. If you expand a database node you see Tables, Procedures, Functions and other nodes.
It would be good if number of objects were shown in the parentheses near the node name, for example:
MyDatabase
+Tables (50)
+Procedures (200)
+Functions (100)
Personally, I need to see if an object (or objects) has been added to the database. For example I execute 3 create procedure statements, and then I want to check that number of procedures has been increased by 3.
12
votes
Bazanov Pavel
shared this idea