<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wait Stats | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/wait-stats/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Tue, 14 May 2013 11:18:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>Wait Stats | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>SQL Server &#8211; Reset or Clear the Wait Stats counter</title>
		<link>https://varindersandhu.in/2011/11/03/sql-server-reset-or-clear-the-wait-stats-counter/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 07:39:22 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Performance]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Wait Stats]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=1892</guid>

					<description><![CDATA[<p>We can find the wait stats as posted here We can Reset or clear the wait stats using -- Reset or clear the wait stats counter DBCC SQLPERF (waitstats, clear) Hope this will help you.</p>
<p>The post <a href="https://varindersandhu.in/2011/11/03/sql-server-reset-or-clear-the-wait-stats-counter/">SQL Server – Reset or Clear the Wait Stats counter</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1892</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Capture the Wait Stats to table for analysis</title>
		<link>https://varindersandhu.in/2011/11/02/sql-server-capture-the-wait-stats-to-table-for-analysis/</link>
					<comments>https://varindersandhu.in/2011/11/02/sql-server-capture-the-wait-stats-to-table-for-analysis/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 12:07:24 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Performance]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Wait Stats]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=1881</guid>

					<description><![CDATA[<p>We can find the SQL Server wait stats by using DBCC SQLPERF (waitstats) &#160; Now we need to capture all these wait stats to table for analysis --Create a temp table for waitstats CREATE TABLE #waitstats ( wait_type VARCHAR(500), Request REAL, wait_time REAL, signal_wait_time REAL ) -- Insert the waitstats</p>
<p>The post <a href="https://varindersandhu.in/2011/11/02/sql-server-capture-the-wait-stats-to-table-for-analysis/">SQL Server – Capture the Wait Stats to table for analysis</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2011/11/02/sql-server-capture-the-wait-stats-to-table-for-analysis/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1881</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 23/118 queries in 0.025 seconds using Disk

Served from: varindersandhu.in @ 2025-10-30 13:33:42 by W3 Total Cache
-->