<?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; 2005 &#8211; Performance Dashboard Reports</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:40:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Pnorm</title>
		<link>http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-63465</link>
		<dc:creator><![CDATA[Pnorm]]></dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-63465</guid>
		<description><![CDATA[Hello, I have a column that contains a YYYYJJJ which is Year_Day of year type of julian date. How can I convert it to YYYYMMDD? 

Thank you.]]></description>
		<content:encoded><![CDATA[<p>Hello, I have a column that contains a YYYYJJJ which is Year_Day of year type of julian date. How can I convert it to YYYYMMDD? </p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravindran</title>
		<link>http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-41636</link>
		<dc:creator><![CDATA[Ravindran]]></dc:creator>
		<pubDate>Wed, 13 Aug 2008 09:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-41636</guid>
		<description><![CDATA[Hi,

I am stuying about the Sql server 2005 Reporting services. I want to devlop a report like Dashboard system, if this is possible? or I have to download any tools to do this? Please help me.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am stuying about the Sql server 2005 Reporting services. I want to devlop a report like Dashboard system, if this is possible? or I have to download any tools to do this? Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Microsoft Blog Archives How do I monitor SQL Server performance?</title>
		<link>http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-1322</link>
		<dc:creator><![CDATA[Microsoft Blog Archives How do I monitor SQL Server performance?]]></dc:creator>
		<pubDate>Fri, 27 Apr 2007 15:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-1322</guid>
		<description><![CDATA[[...] SQL Server 2005 Performance Dashboard Reports Journey to SQL Journey to SQL Authority with Pinal Dave I am MS SQL Server 2000/2005 Database Administrator (DBA) and ColdFusion MX Web Developer in Las Vegas.   Archived in Performance Tuning &#124; Trackback &#124; del.icio.us &#124; Top Of Page [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL Server 2005 Performance Dashboard Reports Journey to SQL Journey to SQL Authority with Pinal Dave I am MS SQL Server 2000/2005 Database Administrator (DBA) and ColdFusion MX Web Developer in Las Vegas.   Archived in Performance Tuning | Trackback | del.icio.us | Top Of Page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-602</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 03 Apr 2007 06:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-602</guid>
		<description><![CDATA[I do recommend to use Performance Dashboard reports. I have not used Index Tuning Wizard in SQL Server 2000 as they did not worked when Temp Table were used. In SQL Server 2005 it should work better as CTEs are introduced. I still have to use that for SQL Server 2005. 

Latches are mechanisms for prospecting internal shared data structures, such as lists of currently accessed tables, users accessing data etc. Processes acquire latches when manipulating these internal structures. Latch Contention determines how long a process will loop to try and get a busy latch before going to wait and trying later. In SQL Server latch could become a contention point when there were a high number of users using tempdb at the same time. Proportional fill has been optimized to eliminate this latch. With this change in SQL Server 2005, applications will experience less UP latch contention in tempdb.]]></description>
		<content:encoded><![CDATA[<p>I do recommend to use Performance Dashboard reports. I have not used Index Tuning Wizard in SQL Server 2000 as they did not worked when Temp Table were used. In SQL Server 2005 it should work better as CTEs are introduced. I still have to use that for SQL Server 2005. </p>
<p>Latches are mechanisms for prospecting internal shared data structures, such as lists of currently accessed tables, users accessing data etc. Processes acquire latches when manipulating these internal structures. Latch Contention determines how long a process will loop to try and get a busy latch before going to wait and trying later. In SQL Server latch could become a contention point when there were a high number of users using tempdb at the same time. Proportional fill has been optimized to eliminate this latch. With this change in SQL Server 2005, applications will experience less UP latch contention in tempdb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dumars4</title>
		<link>http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-600</link>
		<dc:creator><![CDATA[dumars4]]></dc:creator>
		<pubDate>Tue, 03 Apr 2007 06:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/02/sql-server-2005-performance-dashboard-reports/#comment-600</guid>
		<description><![CDATA[Hi Pinal. So do you recommend using Performance Dashboard Reports then? How valuable do you find the index recommendations to be? How do they compare to the Index Wizard in SQL 2000? What is meant by latch contention?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal. So do you recommend using Performance Dashboard Reports then? How valuable do you find the index recommendations to be? How do they compare to the Index Wizard in SQL 2000? What is meant by latch contention?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

