<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

<channel>
	<title>SQLServerPedia SQL Server Training</title>
	<atom:link href="http://sqlserverpedia.com/blog/feed/podcast/" rel="self" type="application/rss+xml" />
	<link>http://sqlserverpedia.com/blog</link>
	<description>The Microsoft SQL Server authority.</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:14:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<itunes:summary>SQL Server training, presentations, news and screencasts from database experts - people with 10 or more years doing SQL Server work.  We teach you how to do performance tuning, disaster recovery, monitoring and T-SQL coding.</itunes:summary>
	<itunes:subtitle>The Microsoft SQL Server authority.</itunes:subtitle>
	<itunes:author>Brent Ozar</itunes:author>
	<itunes:image href="http://sqlserverpedia.com/badges/SQLServerPedia_Badge_Podcast.jpg" />
	<image><url>http://sqlserverpedia.com/badges/SQLServerPedia_Badge_Podcast.jpg</url><title>SQLServerPedia SQL Server Training</title><link>http://sqlserverpedia.com/blog</link></image>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
	<itunes:keywords>sqlserver, sql server, sql, mssql, dba, database, database administration</itunes:keywords>
	<itunes:explicit>no</itunes:explicit>
	<itunes:owner>
		<itunes:name>Andy Grant</itunes:name>
		<itunes:email>andy.grant@quest.com</itunes:email>
	</itunes:owner>
			<item>
		<title>The Basics of SQL Server Profiler</title>
		<link>http://sqlserverpedia.com/blog/sql-server-performance-tuning/the-basics-of-sql-server-profiler/</link>
		<comments>http://sqlserverpedia.com/blog/sql-server-performance-tuning/the-basics-of-sql-server-profiler/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:15:21 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[SQL Server Performance Tuning]]></category>
		<category><![CDATA[profiler]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=2176</guid>
		<description><![CDATA[SQL Server&#8217;s Profiler utility helps you trace slow queries to find performance bottlenecks.  In this ten minute video, Brent explains the basics of how to get started tracing your server with Profiler.
The scripts and related links for this podcast are:

SQL Server Profiler &#8211; the wiki article here about how to use Profiler.
Writing a Performance [...]]]></description>
			<content:encoded><![CDATA[<p>SQL Server&#8217;s Profiler utility helps you trace slow queries to find performance bottlenecks.  In this ten minute video, Brent explains the basics of how to get started tracing your server with Profiler.</p>

<p>The scripts and related links for this podcast are:</p>
<ul>
<li><a href="http://sqlserverpedia.com/wiki/SQL_Server_Profiler">SQL Server Profiler</a> &#8211; the wiki article here about how to use Profiler.</li>
<li><a href="http://sqlserverpedia.com/wiki/Writing_a_SQL_Server_Performance_Report">Writing a Performance Report</a> &#8211; how to use Profiler and Perfmon to write a management report for SQL Server.</li>
<li><a href="http://sqlserverpedia.com/wiki/Index_Related_DMV_Queries">Index Performance Tuning Scripts</a> &#8211; sample scripts that show you how to find missing indexes, indexes that aren&#8217;t being used, and more.</li>
</ul>
<p>If you have an MP3 player or a portable video player and you want to download our videos automatically, you can subscribe to our podcast feeds here:</p>
<ul>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">MP4 (Apple) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV">WMV (Microsoft) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">MP3 Audio-Only Feed</a></li>
<li><a href="zune://subscribe/?SQLServerPedia%20Video=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">Zune One-Click Subscribe for Video</a></li>
<li><a href="zune://subscribe/?SQLServerPedia%20Audio=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">Zune One-Click Subscribe for MP3</a></li>
</ul>
<p>You can also download this video to watch it later:</p>
<ul>
<li><a href="http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.mp4">MP4 (Apple) Video Download</a></li>
<li><a href="http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.wmv">WMV (Microsoft) Video Download</a></li>
<li><a href="http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.mp3">MP3 Audio-Only Download</a></li>
</ul>




	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler&amp;bodytext=SQL%20Server%27s%20Profiler%20utility%20helps%20you%20trace%20slow%20queries%20to%20find%20performance%20bottlenecks.%20%20In%20this%20ten%20minute%20video%2C%20Brent%20explains%20the%20basics%20of%20how%20to%20get%20started%20tracing%20your%20server%20with%20Profiler.%0D%0A%0D%0A%0D%0AThe%20scripts%20and%20related%20links%20for%20this%20podc" title="Digg"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler&amp;notes=SQL%20Server%27s%20Profiler%20utility%20helps%20you%20trace%20slow%20queries%20to%20find%20performance%20bottlenecks.%20%20In%20this%20ten%20minute%20video%2C%20Brent%20explains%20the%20basics%20of%20how%20to%20get%20started%20tracing%20your%20server%20with%20Profiler.%0D%0A%0D%0A%0D%0AThe%20scripts%20and%20related%20links%20for%20this%20podc" title="del.icio.us"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler" title="DZone"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler" title="DotNetKicks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler&amp;annotation=SQL%20Server%27s%20Profiler%20utility%20helps%20you%20trace%20slow%20queries%20to%20find%20performance%20bottlenecks.%20%20In%20this%20ten%20minute%20video%2C%20Brent%20explains%20the%20basics%20of%20how%20to%20get%20started%20tracing%20your%20server%20with%20Profiler.%0D%0A%0D%0A%0D%0AThe%20scripts%20and%20related%20links%20for%20this%20podc" title="Google Bookmarks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler&amp;body=SQL%20Server%27s%20Profiler%20utility%20helps%20you%20trace%20slow%20queries%20to%20find%20performance%20bottlenecks.%20%20In%20this%20ten%20minute%20video%2C%20Brent%20explains%20the%20basics%20of%20how%20to%20get%20started%20tracing%20your%20server%20with%20Profiler.%0D%0A%0D%0A%0D%0AThe%20scripts%20and%20related%20links%20for%20this%20podc" title="Ping.fm"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler" title="Reddit"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler" title="StumbleUpon"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/sql-server-performance-tuning/the-basics-of-sql-server-profiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.wmv" length="8818239" type="video/x-ms-wmv" />
	<itunes:summary>&lt;p&gt;SQL Server’s Profiler utility helps you trace slow queries to find performance bottlenecks.  In this ten minute video, Brent explains the basics of how to get started tracing your server with Profiler.&lt;/p&gt;

&lt;p&gt;The scripts and related links for this podcast are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://sqlserverpedia.com/wiki/SQL_Server_Profiler&quot;&gt;SQL Server Profiler&lt;/a&gt; – the wiki article here about how to use Profiler.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sqlserverpedia.com/wiki/Writing_a_SQL_Server_Performance_Report&quot;&gt;Writing a Performance Report&lt;/a&gt; – how to use Profiler and Perfmon to write a management report for SQL Server.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sqlserverpedia.com/wiki/Index_Related_DMV_Queries&quot;&gt;Index Performance Tuning Scripts&lt;/a&gt; – sample scripts that show you how to find missing indexes, indexes that aren’t being used, and more.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have an MP3 player or a portable video player and you want to download our videos automatically, you can subscribe to our podcast feeds here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4&quot;&gt;MP4 (Apple) Video Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV&quot;&gt;WMV (Microsoft) Video Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3&quot;&gt;MP3 Audio-Only Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;zune://subscribe/?SQLServerPedia%20Video=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4&quot;&gt;Zune One-Click Subscribe for Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;zune://subscribe/?SQLServerPedia%20Audio=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3&quot;&gt;Zune One-Click Subscribe for MP3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also download this video to watch it later:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.mp4&quot;&gt;MP4 (Apple) Video Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.wmv&quot;&gt;WMV (Microsoft) Video Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://podcasts.brentozar.com/SQLServerPedia-20090219-Profiler.mp3&quot;&gt;MP3 Audio-Only Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




	&lt;a rel=&quot;nofollow&quot;  href=&quot;http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fthe-basics-of-sql-server-profiler%2F&amp;title=The%20Basics%20of%20SQL%20Server%20Profiler&amp;bodytext=SQL%20Server%27s%20Profiler%20utility%20helps%20you%20trace%20slow%20queries%20to%20find%20performance%20bottlenecks.%20%20In%20this%20ten%20minute%20video%2C%20Brent%20explains%20the%20basics%20of%20how%20to%20get%20started%20tracing%20your%20server%20with%20Profiler.%0D%0A%0D%0A%0D%0AThe%20scripts%20and%20related%20links%20for%20this%20podc&quot; title=&quot;Digg&quot;&gt;&lt;img src=&quot;http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png&quot; title=&quot;Digg&quot; alt=&quot;Digg&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot;  [...]</itunes:summary>
<itunes:subtitle>SQL Server’s Profiler utility helps you trace slow queries to find performance bottlenecks.  In this ten minute video, Brent explains the basics of how to get started tracing your server with Profiler.
The scripts and related links for this [...]</itunes:subtitle>
<itunes:duration>00:10:14</itunes:duration>
	</item>
		<item>
		<title>Writing a SQL Server Performance Report &#8211; Part 2</title>
		<link>http://sqlserverpedia.com/blog/sql-server-performance-tuning/writing-a-sql-server-performance-report-part-2/</link>
		<comments>http://sqlserverpedia.com/blog/sql-server-performance-tuning/writing-a-sql-server-performance-report-part-2/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:00:16 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[SQL Server Performance Tuning]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=708</guid>
		<description><![CDATA[When an application is having performance problems, managers want to see a clear, objective report that summarizes what&#8217;s wrong and how to fix it.  In today&#8217;s podcast, Brent explains how to mitigate the issues we discovered in part 1, and then how to document those mitigations in a way managers will appreciate.
The nine minute [...]]]></description>
			<content:encoded><![CDATA[<p>When an application is having performance problems, managers want to see a clear, objective report that summarizes what&#8217;s wrong and how to fix it.  In today&#8217;s podcast, Brent explains how to mitigate the issues we discovered in <a href="http://sqlserverpedia.com/blog/sql-server-performance-tuning/writing-a-sql-server-performance-report-part-1/">part 1</a>, and then how to document those mitigations in a way managers will appreciate.</p>

<p>The nine minute video talks about these wiki sections:</p>
<ul>
<li><a href="http://sqlserverpedia.com/wiki/Performance_Monitor">Performance Monitor</a> &#8211; Perfmon helps you find your SQL Server bottlenecks like CPU, memory, disk and network.</li>
<li><a href="http://sqlserverpedia.com/wiki/SQL_Server_Profiler">Profiler</a> &#8211; helps you trace SQL activity on a server.</li>
<li><a href="http://sqlserverpedia.com/wiki/Writing_a_SQL_Server_Performance_Report">Writing a SQL Server Performance Report</a> &#8211; explains what the video covers.</li>
</ul>
<p>If you have an MP3 player or a portable video player and you want to download our videos automatically, you can subscribe to our podcast feeds here:</p>
<ul>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">MP4 (Apple) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV">WMV (Microsoft) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">MP3 Audio-Only Feed</a></li>
<li><a href="zune://subscribe/?SQLServerPedia%20Video=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">Zune One-Click Subscribe for Video</a></li>
<li><a href="zune://subscribe/?SQLServerPedia%20Audio=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">Zune One-Click Subscribe for MP3</a></li>
</ul>
<p>You can also download this video to watch it later:</p>
<ul>
<li><a href="http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2.mp4">MP4 (Apple) Video Download</a></li>
<li><a href="http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2.wmv">WMV (Microsoft) Video Download</a></li>
<li><a href="http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2.mp3">MP3 Audio-Only Download</a></li>
</ul>




	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202&amp;bodytext=When%20an%20application%20is%20having%20performance%20problems%2C%20managers%20want%20to%20see%20a%20clear%2C%20objective%20report%20that%20summarizes%20what%27s%20wrong%20and%20how%20to%20fix%20it.%20%20In%20today%27s%20podcast%2C%20Brent%20explains%20how%20to%20mitigate%20the%20issues%20we%20discovered%20in%20part%201%2C%20and%20then%20how%20to" title="Digg"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202&amp;notes=When%20an%20application%20is%20having%20performance%20problems%2C%20managers%20want%20to%20see%20a%20clear%2C%20objective%20report%20that%20summarizes%20what%27s%20wrong%20and%20how%20to%20fix%20it.%20%20In%20today%27s%20podcast%2C%20Brent%20explains%20how%20to%20mitigate%20the%20issues%20we%20discovered%20in%20part%201%2C%20and%20then%20how%20to" title="del.icio.us"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202" title="DZone"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202" title="DotNetKicks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202&amp;annotation=When%20an%20application%20is%20having%20performance%20problems%2C%20managers%20want%20to%20see%20a%20clear%2C%20objective%20report%20that%20summarizes%20what%27s%20wrong%20and%20how%20to%20fix%20it.%20%20In%20today%27s%20podcast%2C%20Brent%20explains%20how%20to%20mitigate%20the%20issues%20we%20discovered%20in%20part%201%2C%20and%20then%20how%20to" title="Google Bookmarks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202&amp;body=When%20an%20application%20is%20having%20performance%20problems%2C%20managers%20want%20to%20see%20a%20clear%2C%20objective%20report%20that%20summarizes%20what%27s%20wrong%20and%20how%20to%20fix%20it.%20%20In%20today%27s%20podcast%2C%20Brent%20explains%20how%20to%20mitigate%20the%20issues%20we%20discovered%20in%20part%201%2C%20and%20then%20how%20to" title="Ping.fm"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202" title="Reddit"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202" title="StumbleUpon"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/sql-server-performance-tuning/writing-a-sql-server-performance-report-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2Web.mp4" length="52174338" type="video/mp4" />
	<itunes:summary>&lt;p&gt;When an application is having performance problems, managers want to see a clear, objective report that summarizes what’s wrong and how to fix it.  In today’s podcast, Brent explains how to mitigate the issues we discovered in &lt;a href=&quot;http://sqlserverpedia.com/blog/sql-server-performance-tuning/writing-a-sql-server-performance-report-part-1/&quot;&gt;part 1&lt;/a&gt;, and then how to document those mitigations in a way managers will appreciate.&lt;/p&gt;

&lt;p&gt;The nine minute video talks about these wiki sections:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://sqlserverpedia.com/wiki/Performance_Monitor&quot;&gt;Performance Monitor&lt;/a&gt; – Perfmon helps you find your SQL Server bottlenecks like CPU, memory, disk and network.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sqlserverpedia.com/wiki/SQL_Server_Profiler&quot;&gt;Profiler&lt;/a&gt; – helps you trace SQL activity on a server.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://sqlserverpedia.com/wiki/Writing_a_SQL_Server_Performance_Report&quot;&gt;Writing a SQL Server Performance Report&lt;/a&gt; – explains what the video covers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have an MP3 player or a portable video player and you want to download our videos automatically, you can subscribe to our podcast feeds here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4&quot;&gt;MP4 (Apple) Video Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV&quot;&gt;WMV (Microsoft) Video Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3&quot;&gt;MP3 Audio-Only Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;zune://subscribe/?SQLServerPedia%20Video=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4&quot;&gt;Zune One-Click Subscribe for Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;zune://subscribe/?SQLServerPedia%20Audio=http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3&quot;&gt;Zune One-Click Subscribe for MP3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also download this video to watch it later:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2.mp4&quot;&gt;MP4 (Apple) Video Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2.wmv&quot;&gt;WMV (Microsoft) Video Download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://podcasts.brentozar.com/SQLServerPedia-20090122-PerformanceReport2.mp3&quot;&gt;MP3 Audio-Only Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




	&lt;a rel=&quot;nofollow&quot;  href=&quot;http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-performance-tuning%2Fwriting-a-sql-server-performance-report-part-2%2F&amp;title=Writing%20a%20SQL%20Server%20Performance%20Report%20-%20Part%202&amp;bodytext=When%20an%20application%20is%20having%20performance%20problems%2C%20managers%20want%20to%20see%20a%20clear%2C%20objective%20report%20that%20summarizes%20what%27s%20wrong%20and%20how%20to%20fix%20it.%20%20In%20today%27s%20podcast%2C%20Brent%20explains%20how%20to%20mitigate%20the%20issues%20we%20discovered%20in%20part%201%2C%20and%20then%20how%20to&quot; title=&quot;Digg&quot;&gt;&lt;img src=&quot;http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png&quot; title=&quot;Digg&quot; alt=&quot;Digg&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot;  [...]</itunes:summary>
<itunes:subtitle>When an application is having performance problems, managers want to see a clear, objective report that summarizes what’s wrong and how to fix it.  In today’s podcast, Brent explains how to mitigate the issues we discovered in part 1, and then [...]</itunes:subtitle>
	</item>
		<item>
		<title>Quest SQL Server Discussion with Sheila Molnar, Executive Editor at SQLMag</title>
		<link>http://sqlserverpedia.com/blog/sql-server-2008/quest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag/</link>
		<comments>http://sqlserverpedia.com/blog/sql-server-2008/quest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:49:19 +0000</pubDate>
		<dc:creator>Kevin Kline</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=742</guid>
		<description><![CDATA[Back in November of 2008, I had the chance to sit down with SQL Server Magazine Executive Editor Sheila Molnar and the other top guys in the SQL Server business unit to discuss ideas and trends about the SQL Server space.  We talked about a lot of different topics, including the future of cloud computing [...]]]></description>
			<content:encoded><![CDATA[<p>Back in November of 2008, I had the chance to sit down with SQL Server Magazine Executive Editor Sheila Molnar and the other top guys in the SQL Server business unit to discuss ideas and trends about the SQL Server space.  We talked about a lot of different topics, including the future of cloud computing for SQL Server.  Did our predictions come true?  Have a listen here to find out:</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><a href="http://www.ittv.net/VideoPlayer/tabid/57/VideoId/256/SQL-PASS-Industry-Trends-Roundtable-With-Quest-Execs.aspx"><span style="font-size: small; color: #800080; font-family: Calibri;">http://www.ittv.net/VideoPlayer/tabid/57/VideoId/256/SQL-PASS-Industry-Trends-Roundtable-With-Quest-Execs.aspx</span></a><span style="font-size: small; font-family: Calibri;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Calibri;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><a href="http://sqlmag.com/Article/ArticleID/100863/sql_server_100863.html"><span style="font-size: small; color: #800080; font-family: Calibri;">http://sqlmag.com/Article/ArticleID/100863/sql_server_100863.html</span></a></p>
<p>You can find even more goodies at:</p>
<p><span style="font-size: 10pt; color: blue; font-family: 'Arial','sans-serif';"><a href="http://technet.microsoft.com/radio">http://technet.microsoft.com/radio</a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; color: black; font-family: 'Verdana','sans-serif';">Below are direct links to the wma and mp3’s:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; color: #1f497d; font-family: 'Verdana','sans-serif';"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; color: black; font-family: 'Verdana','sans-serif';">WMA</span><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;"> </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><a href="http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-web.wma"><span style="font-size: small; font-family: Calibri;">http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-web.wma</span></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small; font-family: Calibri;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; color: black; font-family: 'Verdana','sans-serif';">mp3 Hi bandwidth</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><a href="http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-hi-web.mp3"><span style="font-size: small; font-family: Calibri;">http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-hi-web.mp3</span></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small; font-family: Calibri;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; color: black; font-family: 'Verdana','sans-serif';">mp3 Low bandwidth</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><a href="http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-lo-web.mp3"><span style="font-size: small; font-family: Calibri;">http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-lo-web.mp3</span></a></span></p>
<p>Cheers,</p>
<p>-Kevin</p>




	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag&amp;bodytext=Back%20in%20November%20of%202008%2C%20I%20had%20the%20chance%20to%20sit%20down%20with%20SQL%20Server%20Magazine%20Executive%20Editor%20Sheila%20Molnar%20and%20the%20other%20top%20guys%20in%20the%20SQL%20Server%20business%20unit%20to%20discuss%20ideas%20and%20trends%20about%20the%20SQL%20Server%20space.%C2%A0%20We%20talked%20about%20a%20lot%20of%20d" title="Digg"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag&amp;notes=Back%20in%20November%20of%202008%2C%20I%20had%20the%20chance%20to%20sit%20down%20with%20SQL%20Server%20Magazine%20Executive%20Editor%20Sheila%20Molnar%20and%20the%20other%20top%20guys%20in%20the%20SQL%20Server%20business%20unit%20to%20discuss%20ideas%20and%20trends%20about%20the%20SQL%20Server%20space.%C2%A0%20We%20talked%20about%20a%20lot%20of%20d" title="del.icio.us"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag" title="DZone"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag" title="DotNetKicks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag&amp;annotation=Back%20in%20November%20of%202008%2C%20I%20had%20the%20chance%20to%20sit%20down%20with%20SQL%20Server%20Magazine%20Executive%20Editor%20Sheila%20Molnar%20and%20the%20other%20top%20guys%20in%20the%20SQL%20Server%20business%20unit%20to%20discuss%20ideas%20and%20trends%20about%20the%20SQL%20Server%20space.%C2%A0%20We%20talked%20about%20a%20lot%20of%20d" title="Google Bookmarks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag&amp;body=Back%20in%20November%20of%202008%2C%20I%20had%20the%20chance%20to%20sit%20down%20with%20SQL%20Server%20Magazine%20Executive%20Editor%20Sheila%20Molnar%20and%20the%20other%20top%20guys%20in%20the%20SQL%20Server%20business%20unit%20to%20discuss%20ideas%20and%20trends%20about%20the%20SQL%20Server%20space.%C2%A0%20We%20talked%20about%20a%20lot%20of%20d" title="Ping.fm"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag" title="Reddit"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fsql-server-2008%2Fquest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag%2F&amp;title=Quest%20SQL%20Server%20Discussion%20with%20Sheila%20Molnar%2C%20Executive%20Editor%20at%20SQLMag" title="StumbleUpon"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/sql-server-2008/quest-sql-server-discussion-with-sheila-molnar-executive-editor-at-sqlmag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-web.wma" length="9083188" type="audio/x-ms-wma" />
<enclosure url="http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-hi-web.mp3" length="13246068" type="audio/mpeg" />
<enclosure url="http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-lo-web.mp3" length="6645187" type="audio/mpeg" />
	<itunes:summary>&lt;p&gt;Back in November of 2008, I had the chance to sit down with SQL Server Magazine Executive Editor Sheila Molnar and the other top guys in the SQL Server business unit to discuss ideas and trends about the SQL Server space.  We talked about a lot of different topics, including the future of cloud computing for SQL Server.  Did our predictions come true?  Have a listen here to find out:&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;a href=&quot;http://www.ittv.net/VideoPlayer/tabid/57/VideoId/256/SQL-PASS-Industry-Trends-Roundtable-With-Quest-Execs.aspx&quot;&gt;&lt;span style=&quot;font-size: small; color: #800080; font-family: Calibri;&quot;&gt;http://www.ittv.net/VideoPlayer/tabid/57/VideoId/256/SQL-PASS-Industry-Trends-Roundtable-With-Quest-Execs.aspx&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small; font-family: Calibri;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;font-size: small; font-family: Calibri;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;a href=&quot;http://sqlmag.com/Article/ArticleID/100863/sql_server_100863.html&quot;&gt;&lt;span style=&quot;font-size: small; color: #800080; font-family: Calibri;&quot;&gt;http://sqlmag.com/Article/ArticleID/100863/sql_server_100863.html&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can find even more goodies at:&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 10pt; color: blue; font-family: &#039;Arial&#039;,&#039;sans-serif&#039;;&quot;&gt;&lt;a href=&quot;http://technet.microsoft.com/radio&quot;&gt;http://technet.microsoft.com/radio&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: black; font-family: &#039;Verdana&#039;,&#039;sans-serif&#039;;&quot;&gt;Below are direct links to the wma and mp3’s:&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: #1f497d; font-family: &#039;Verdana&#039;,&#039;sans-serif&#039;;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: black; font-family: &#039;Verdana&#039;,&#039;sans-serif&#039;;&quot;&gt;WMA&lt;/span&gt;&lt;span style=&quot;color: #1f497d;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;color: #1f497d;&quot;&gt;&lt;a href=&quot;http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-web.wma&quot;&gt;&lt;span style=&quot;font-size: small; font-family: Calibri;&quot;&gt;http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-web.wma&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;color: #1f497d;&quot;&gt;&lt;span style=&quot;font-size: small; font-family: Calibri;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10pt; color: black; font-family: &#039;Verdana&#039;,&#039;sans-serif&#039;;&quot;&gt;mp3 Hi bandwidth&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 0pt;&quot;&gt;&lt;span style=&quot;color: #1f497d;&quot;&gt;&lt;a href=&quot;http://download.microsoft.com/download/6/3/1/631A3F4A-791B-4297-BC82-365A02D2274C/TechNetRadio11252008-hi-web.mp3&quot;&gt;&lt;span style=&quot;font-size: small; [...]</itunes:summary>
<itunes:subtitle>Back in November of 2008, I had the chance to sit down with SQL Server Magazine Executive Editor Sheila Molnar and the other top guys in the SQL Server business unit to discuss ideas and trends about the SQL Server space.  We talked about a lot of [...]</itunes:subtitle>
	</item>
		<item>
		<title>Meet Performance Tuning Editor Denny Cherry</title>
		<link>http://sqlserverpedia.com/blog/podcasts/meet-performance-tuning-editor-denny-cherry/</link>
		<comments>http://sqlserverpedia.com/blog/podcasts/meet-performance-tuning-editor-denny-cherry/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 09:00:29 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://sqlserverpedia.com/blog/?p=502</guid>
		<description><![CDATA[Christian Hasker of Quest interviewed Denny Cherry, known around the web as MrDenny.  Denny Cherry specializes as a professional Microsoft SQL Server Database Administrator, and he recently became a SQL Server MVP, and now he&#8217;s the Performance Tuning Editor for SQLServerPedia.
In this podcast, Denny talks about some of his experiences at MySpace and Awareness Technologies [...]]]></description>
			<content:encoded><![CDATA[<p>Christian Hasker of Quest interviewed <a href="http://www.mrdenny.com/">Denny Cherry</a>, known around the web as MrDenny.  Denny Cherry specializes as a professional Microsoft SQL Server Database Administrator, and he recently became a SQL Server MVP, and now he&#8217;s the Performance Tuning Editor for SQLServerPedia.</p>
<p>In this podcast, Denny talks about some of his experiences at MySpace and Awareness Technologies and about how junior DBAs can work their way up the ladder.</p>

<p>You can subscribe to our podcast feeds here:</p>
<ul>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4">MP4 (Apple) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV">WMV (Microsoft) Video Feed</a></li>
<li><a href="http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3">MP3 Audio-Only Feed</a></li>
</ul>




	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&amp;bodytext=Christian%20Hasker%20of%20Quest%20interviewed%20Denny%20Cherry%2C%20known%20around%20the%20web%20as%20MrDenny.%C2%A0%20Denny%20Cherry%20specializes%20as%20a%20professional%20Microsoft%20SQL%20Server%20Database%20Administrator%2C%20and%20he%20recently%20became%20a%20SQL%20Server%20MVP%2C%20and%20now%20he%27s%20the%20Performance%20Tunin" title="Digg"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&amp;notes=Christian%20Hasker%20of%20Quest%20interviewed%20Denny%20Cherry%2C%20known%20around%20the%20web%20as%20MrDenny.%C2%A0%20Denny%20Cherry%20specializes%20as%20a%20professional%20Microsoft%20SQL%20Server%20Database%20Administrator%2C%20and%20he%20recently%20became%20a%20SQL%20Server%20MVP%2C%20and%20now%20he%27s%20the%20Performance%20Tunin" title="del.icio.us"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry" title="DZone"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry" title="DotNetKicks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dotnetkicks.png" title="DotNetKicks" alt="DotNetKicks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&amp;annotation=Christian%20Hasker%20of%20Quest%20interviewed%20Denny%20Cherry%2C%20known%20around%20the%20web%20as%20MrDenny.%C2%A0%20Denny%20Cherry%20specializes%20as%20a%20professional%20Microsoft%20SQL%20Server%20Database%20Administrator%2C%20and%20he%20recently%20became%20a%20SQL%20Server%20MVP%2C%20and%20now%20he%27s%20the%20Performance%20Tunin" title="Google Bookmarks"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&amp;body=Christian%20Hasker%20of%20Quest%20interviewed%20Denny%20Cherry%2C%20known%20around%20the%20web%20as%20MrDenny.%C2%A0%20Denny%20Cherry%20specializes%20as%20a%20professional%20Microsoft%20SQL%20Server%20Database%20Administrator%2C%20and%20he%20recently%20became%20a%20SQL%20Server%20MVP%2C%20and%20now%20he%27s%20the%20Performance%20Tunin" title="Ping.fm"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry" title="Reddit"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry" title="StumbleUpon"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="" title="TwitThis"><img src="http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://sqlserverpedia.com/blog/podcasts/meet-performance-tuning-editor-denny-cherry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://podcasts.brentozar.com/SQLServerPedia-20081028-MeetDennyCherryWeb.mp4" length="122090341" type="video/mp4" />
	<itunes:summary>&lt;p&gt;Christian Hasker of Quest interviewed &lt;a href=&quot;http://www.mrdenny.com/&quot;&gt;Denny Cherry&lt;/a&gt;, known around the web as MrDenny.  Denny Cherry specializes as a professional Microsoft SQL Server Database Administrator, and he recently became a SQL Server MVP, and now he’s the Performance Tuning Editor for SQLServerPedia.&lt;/p&gt;
&lt;p&gt;In this podcast, Denny talks about some of his experiences at MySpace and Awareness Technologies and about how junior DBAs can work their way up the ladder.&lt;/p&gt;

&lt;p&gt;You can subscribe to our podcast feeds here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP4&quot;&gt;MP4 (Apple) Video Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastWMV&quot;&gt;WMV (Microsoft) Video Feed&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feeds.feedburner.com/SqlserverpediaSqlServerTutorialPodcastMP3&quot;&gt;MP3 Audio-Only Feed&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




	&lt;a rel=&quot;nofollow&quot;  href=&quot;http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&amp;bodytext=Christian%20Hasker%20of%20Quest%20interviewed%20Denny%20Cherry%2C%20known%20around%20the%20web%20as%20MrDenny.%C2%A0%20Denny%20Cherry%20specializes%20as%20a%20professional%20Microsoft%20SQL%20Server%20Database%20Administrator%2C%20and%20he%20recently%20became%20a%20SQL%20Server%20MVP%2C%20and%20now%20he%27s%20the%20Performance%20Tunin&quot; title=&quot;Digg&quot;&gt;&lt;img src=&quot;http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/digg.png&quot; title=&quot;Digg&quot; alt=&quot;Digg&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot;  href=&quot;http://delicious.com/post?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&amp;notes=Christian%20Hasker%20of%20Quest%20interviewed%20Denny%20Cherry%2C%20known%20around%20the%20web%20as%20MrDenny.%C2%A0%20Denny%20Cherry%20specializes%20as%20a%20professional%20Microsoft%20SQL%20Server%20Database%20Administrator%2C%20and%20he%20recently%20became%20a%20SQL%20Server%20MVP%2C%20and%20now%20he%27s%20the%20Performance%20Tunin&quot; title=&quot;del.icio.us&quot;&gt;&lt;img src=&quot;http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/delicious.png&quot; title=&quot;del.icio.us&quot; alt=&quot;del.icio.us&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot;  href=&quot;http://www.dzone.com/links/add.html?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&quot; title=&quot;DZone&quot;&gt;&lt;img src=&quot;http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dzone.png&quot; title=&quot;DZone&quot; alt=&quot;DZone&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot;  href=&quot;http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fsqlserverpedia.com%2Fblog%2Fpodcasts%2Fmeet-performance-tuning-editor-denny-cherry%2F&amp;title=Meet%20Performance%20Tuning%20Editor%20Denny%20Cherry&quot; title=&quot;DotNetKicks&quot;&gt;&lt;img src=&quot;http://sqlserverpedia.com/blog/wp-content/plugins/sociable/images/dotnetkicks.png&quot; title=&quot;DotNetKicks&quot; alt=&quot;DotNetKicks&quot; class=&quot;sociable-hovers&quot; /&gt;&lt;/a&gt;
	&lt;a rel=&quot;nofollow&quot;  [...]</itunes:summary>
<itunes:subtitle>Christian Hasker of Quest interviewed Denny Cherry, known around the web as MrDenny.  Denny Cherry specializes as a professional Microsoft SQL Server Database Administrator, and he recently became a SQL Server MVP, and now he’s the Performance [...]</itunes:subtitle>
	</item>
	</channel>
</rss>
