SQL Server Management Studio – New Feature – Object Explorer Query Tracking

A few days ago, I wrote a blog about a new feature in SSMS and I got few emails asking me to share such quick and fresh information. You can read my earlier blog here SQL Download – SQL Server Management Studio (SSMS) – Performance Dashboard. In this blog post we will learn about the brand new feature called Object Explorer Query Tracking.

SQL Server Management Studio - New Feature - Object Explorer Query Tracking objectexplorer

While going through the list of updates on books online, I found another interesting item.

Output window has entries for queries run during the expansion of Object Explorer nodes

To understand this, I enabled the output window using under menu option. (View > Output)

SQL Server Management Studio - New Feature - Object Explorer Query Tracking ssms-output-01

As soon as I got that window, I noticed that whatever node I click in “Object Explorer, I was getting query which is getting fired to get the details.

Interestingly, we can also see the time taken by the query as well. Below is the output when I click on “Databases”

SQL Server Management Studio - New Feature - Object Explorer Query Tracking ssms-output-02

So now whenever we see any slowness while clicking on some node in object explorer or an interesting error, we can directly find the query and understand the issue.

One thing which is missing is we can’t find the query when we open properties of any node in SSMS.

Reference: Pinal Dave (https://blog.sqlauthority.com)

SQL Scripts, SQL Server, SQL Server Management Studio, SSMS
Previous Post
SQL SERVER – How to Clear Plan Cache with Database Scoped Configuration?
Next Post
SQL SERVER – Learning DATEDIFF_BIG Function in SQL Server 2016

Related Posts

2 Comments. Leave new

  • Hi Pinal , Nice but How do you think this elapsed time detail of few queries will help DBA ?

    Reply

Leave a Reply