When we running a query on SSMS, one of the most important thing we first look at is elapsed time. I.e. how much time this query took to complete.
We can easily see this in the status bar of the Query Result window.
However this is only accurate to seconds. What if you want to see more accurate result, specially with very quick queries but very critical to performances.
That's when you can use properties window for query. In order to see this right click on the query window (see below) and select "Properties Windows".
In the properties window, you can see a property called "Connection elapsed time" and many other properties.
This shows elapsed time up to closest milli-second.