Search code examples
sql-serverssmssql-server-2008

SQL Server Management Studio, how to get execution time down to milliseconds


When I submit a batch (e.g., perform a query) in SSMS, I see the time it took to execute in the status bar. Is it possible to configure SSMS to show the query time with millisecond resolution?

Here is the bar I am talking about with the section of interest circled in red:

enter image description here


Solution

  • I was struggling with that until i found this...

    http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/

    Also, if you open the Properties window you may find some magical "Connection elapsed time" that may give you some execution time... Hope it helps...