<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; SQL Server Management Studio and Client Statistics</title>
	<atom:link href="http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:12:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Karthik</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-231616</link>
		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 03:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-231616</guid>
		<description><![CDATA[Client processing time
The cumulative amount of time that the client spent executing code while the query was executed.

Total execution time
The cumulative amount of time (in milliseconds) that the client spent processing while the query was executed, including the time that the client spent waiting for replies from the server as well as the time spent executing code.

Wait time on server replies
The cumulative amount of time (in milliseconds) that the client spent while it waited for the server to reply.]]></description>
		<content:encoded><![CDATA[<p>Client processing time<br />
The cumulative amount of time that the client spent executing code while the query was executed.</p>
<p>Total execution time<br />
The cumulative amount of time (in milliseconds) that the client spent processing while the query was executed, including the time that the client spent waiting for replies from the server as well as the time spent executing code.</p>
<p>Wait time on server replies<br />
The cumulative amount of time (in milliseconds) that the client spent while it waited for the server to reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-163980</link>
		<dc:creator><![CDATA[Robby]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 15:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-163980</guid>
		<description><![CDATA[Query Menu -&gt; Reset Client Statistics

It would be nice to have a button or context sensitive menu option for this but I can&#039;t find one.]]></description>
		<content:encoded><![CDATA[<p>Query Menu -&gt; Reset Client Statistics</p>
<p>It would be nice to have a button or context sensitive menu option for this but I can&#8217;t find one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Guest Posts – Feodor Georgiev – The Context of Our Database Environment – Going Beyond the Internal SQL Server Waits – Wait Type – Day 21 of 28 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-162138</link>
		<dc:creator><![CDATA[SQL SERVER – Guest Posts – Feodor Georgiev – The Context of Our Database Environment – Going Beyond the Internal SQL Server Waits – Wait Type – Day 21 of 28 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 07:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-162138</guid>
		<description><![CDATA[[...] Pinal Dave posted a blog on Client Statistics. What Client Statistics does is captures the physical flow characteristics of the query between the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Pinal Dave posted a blog on Client Statistics. What Client Statistics does is captures the physical flow characteristics of the query between the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 13 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-147830</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 13 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 01:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-147830</guid>
		<description><![CDATA[[...] It is easy to measure how much data is retrieved from server to client side. The SQL Server Management Studio has feature that can measure client statistics. (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] It is easy to measure how much data is retrieved from server to client side. The SQL Server Management Studio has feature that can measure client statistics. (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-133164</link>
		<dc:creator><![CDATA[praveen]]></dc:creator>
		<pubDate>Fri, 06 May 2011 10:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-133164</guid>
		<description><![CDATA[Is it possible to get client statistics from any client (not just management studio)?]]></description>
		<content:encoded><![CDATA[<p>Is it possible to get client statistics from any client (not just management studio)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Borda</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-123647</link>
		<dc:creator><![CDATA[Alberto Borda]]></dc:creator>
		<pubDate>Thu, 17 Mar 2011 15:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-123647</guid>
		<description><![CDATA[Dear Pinal. 

Is there any way to reset -clean- the results of the client statistics pane?

Thanks for your answer

Albert]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal. </p>
<p>Is there any way to reset -clean- the results of the client statistics pane?</p>
<p>Thanks for your answer</p>
<p>Albert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yenkay</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-110284</link>
		<dc:creator><![CDATA[Yenkay]]></dc:creator>
		<pubDate>Mon, 10 Jan 2011 05:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-110284</guid>
		<description><![CDATA[Hi...
What is the unit of time returned for &quot;Total Time Execution&quot; ?

thanks
yenkay]]></description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
What is the unit of time returned for &#8220;Total Time Execution&#8221; ?</p>
<p>thanks<br />
yenkay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-101904</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 24 Nov 2010 19:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-101904</guid>
		<description><![CDATA[Hello

I dont know if is the right approach, but i used it to check the size in kb of the resultset. I get the bytes sent by the server and divided by 1024. It was the first time i used it.]]></description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I dont know if is the right approach, but i used it to check the size in kb of the resultset. I get the bytes sent by the server and divided by 1024. It was the first time i used it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgn</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-95970</link>
		<dc:creator><![CDATA[dgn]]></dc:creator>
		<pubDate>Tue, 26 Oct 2010 19:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-95970</guid>
		<description><![CDATA[thank you this is very clear explonation and essay]]></description>
		<content:encoded><![CDATA[<p>thank you this is very clear explonation and essay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-56333</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 23:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-56333</guid>
		<description><![CDATA[Hi, 
Really good feature, would be very useful when testing out queries and testing performance when large amounts of data retrieved.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Really good feature, would be very useful when testing out queries and testing performance when large amounts of data retrieved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave.Turpin</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-56330</link>
		<dc:creator><![CDATA[Dave.Turpin]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 22:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-56330</guid>
		<description><![CDATA[Dave,  As one reader has pointed out there are many switches and features in SQL Server.

I&#039;ve used this feature to compare queries that do the same thing but have different approaches.  For example, I had a query that selected a MAX value and a list if items (GROUP BY) approach.  The alternate query used a row_number() using the partition and ORDERing on the MAX value descending.  

In this case I determined that even though the MAX/GROUP BY approach ran a bit slower, consistently, than the ROW_NUMBER approach, I opted with the GROUP BY in the production code simply because of it&#039;s simplicitiy.  In other words I was still willing to trade off a slight performance advantage for ease of support for future generations (those that have to read my stuff down the road).

Another point to add, which I know you have somewhere in your blogsite, is to make sure to flush the data and query cache between queries, unless the goal is to determine the cost of parsing, algebrizing and creating a plan.

Finally, it&#039;s worth noting the difference between client statistic; index statistics and data statistics/sampling/histograms.  

Awesome job on this site!

Dave]]></description>
		<content:encoded><![CDATA[<p>Dave,  As one reader has pointed out there are many switches and features in SQL Server.</p>
<p>I&#8217;ve used this feature to compare queries that do the same thing but have different approaches.  For example, I had a query that selected a MAX value and a list if items (GROUP BY) approach.  The alternate query used a row_number() using the partition and ORDERing on the MAX value descending.  </p>
<p>In this case I determined that even though the MAX/GROUP BY approach ran a bit slower, consistently, than the ROW_NUMBER approach, I opted with the GROUP BY in the production code simply because of it&#8217;s simplicitiy.  In other words I was still willing to trade off a slight performance advantage for ease of support for future generations (those that have to read my stuff down the road).</p>
<p>Another point to add, which I know you have somewhere in your blogsite, is to make sure to flush the data and query cache between queries, unless the goal is to determine the cost of parsing, algebrizing and creating a plan.</p>
<p>Finally, it&#8217;s worth noting the difference between client statistic; index statistics and data statistics/sampling/histograms.  </p>
<p>Awesome job on this site!</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip.Bhatt</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-56323</link>
		<dc:creator><![CDATA[Kuldip.Bhatt]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-56323</guid>
		<description><![CDATA[Really nice features and very useful when we do development of procedures.
Also useful in Analysis of Cursors.]]></description>
		<content:encoded><![CDATA[<p>Really nice features and very useful when we do development of procedures.<br />
Also useful in Analysis of Cursors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry Gerardin</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-56321</link>
		<dc:creator><![CDATA[Thierry Gerardin]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-56321</guid>
		<description><![CDATA[I will thankful if you can evaluate our SQL Server Performance and Tuning tool SQL Shot.]]></description>
		<content:encoded><![CDATA[<p>I will thankful if you can evaluate our SQL Server Performance and Tuning tool SQL Shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipul</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-56320</link>
		<dc:creator><![CDATA[Vipul]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-56320</guid>
		<description><![CDATA[Great thnx for this article.]]></description>
		<content:encoded><![CDATA[<p>Great thnx for this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2009/10/01/sql-server-sql-server-management-studio-and-client-statistics/#comment-56318</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 12:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6938#comment-56318</guid>
		<description><![CDATA[Wow. So many thing i never bothered looking at. This may prove to be nice when testing different approaches to the same query.]]></description>
		<content:encoded><![CDATA[<p>Wow. So many thing i never bothered looking at. This may prove to be nice when testing different approaches to the same query.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

