Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>milliseconds, it seems.</p> <p><a href="http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/edafe533-4d56-4d82-b654-9601d356675b" rel="nofollow noreferrer">source from social.msdn.microsoft.com</a></p> <h3>3rd party Edit</h3> <p>Added a quote from the source in case it gets lost</p> <blockquote> <p>What is the unit of the numbers you get in the Time Statistics-part when running a query in Microsoft SQL Server Management Studio with Client Statistics turned on?</p> </blockquote> <p>and the reply</p> <blockquote> <p>Surprsingly theres not alot about the client stats in BOL but I did manage to find this via MSDN online. Those values are usually in MS fyi. </p> <p>Client statistics are useful in determining how much time the network and client components contribute to the total response time of a query. Management Studio supports collecting Client Statistics from the SQL Editor Toolbar as well as from the Query menu. Client Statistics in SQL Server 2005 Beta 2 Management Studio gives you much more control over client-side statistics, by giving you the option to reset them, as well as displaying trial runs resulting in the average values. You can use Shift+Alt+S to set client statistics on, or choose the same option from the Query menu, from which you can reset client statistics. Each trial result is listed in the output, along with the average results over all trials. A new client statistic, total execution time, is added to Time Statistics.</p> </blockquote> <p>Another reply was </p> <blockquote> <p>You can try yourself by using <code>WAITFOR DELAY '00:00:01'</code> as a query and see the results in the clientstatistics</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload