What is the Object Explorer Details tab good for?

1

October 17, 2018 by Kenneth Fisher

For a long time there I would see the Object Explorer Details tab show up when I opened SSMS (SQL Server Management Studio) and I would immediately close it. I couldn’t think of a single use for this view that seemed to be just another way to see the list of objects in Object Explorer.

I was wrong.

I know, shocking right?

I still don’t use it often, but Object Explorer Details has some pretty useful features.

First of all, opening and closing it.

Opening it is as simple as hitting F7 or View->Object Explorer Details.

Closing it is just like closing any other other tab. Just hit the X.

Now, what’s it good for? Well, to start with you can use it to script out multiple items at once. I’ve used this recently to script out everything under a specific schema. The upside is that I was able to filter on just that schema. (Which is another very useful feature by the way.) The downside is that the objects are broken up by type. So you’ll have to go through each of the object types. Generally it’s a good idea to query sys.objects to see what type of objects you have in the schema.

It can also come in handy as a quicky, sortable, report. For example, telling you how large the tables in a database are. By row count as well as disk space.

There are lots of columns available to be added and removed and to the best of my knowledge, all of them are sortable. Right-click on one of the columns and you get the list of possible columns. Obviously, the columns available are different depending on the type of object you are looking at.

And last but not least, most (if not all) of the context-sensitive options available in Object Explorer are available through Object Explorer Details.

So, summary? Object Explorer Details may not be something I use frequently, but it very much has its uses.

One thought on “What is the Object Explorer Details tab good for?

  1. […] I needed to know what permissions were required to see the row counts in the Object Explorer Details tab. Yes, I’m aware of a number of different ways to get the row count of a table, however […]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 3,753 other subscribers

Follow me on Twitter

ToadWorld Pro of the Month November 2013
%d bloggers like this: