<?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>VM-Aware &#187; SQL Server</title>
	<atom:link href="http://www.vm-aware.com/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vm-aware.com</link>
	<description>Server, Storage &#38; Application Virtualisation!</description>
	<lastBuildDate>Thu, 03 Mar 2011 11:28:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server Install Checklists</title>
		<link>http://www.vm-aware.com/2009/01/sql-server-install-checklists/</link>
		<comments>http://www.vm-aware.com/2009/01/sql-server-install-checklists/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 09:44:32 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=337</guid>
		<description><![CDATA[Brent Ozar has been writing excellent articles for a long, long time, so I&#8217;m not sure how I managed to take so long to find these two little beauties:
Pre-Install Checklist
Post-Install Checklist
These puppies are firmly in the indispensable section of my bookmarks.
Thanks Brent
]]></description>
			<content:encoded><![CDATA[<p>Brent Ozar has been writing excellent articles for a long, long time, so I&#8217;m not sure how I managed to take so long to find these two little beauties:</p>
<p><a title="SQL Server Pre-Install Checklist" href="http://www.brentozar.com/archive/2008/03/sql-server-2005-setup-checklist-part-1-before-the-install/" target="_blank">Pre-Install Checklist</a></p>
<p><a title="SQL Server Post-Install Checklist" href="http://www.brentozar.com/archive/2008/03/sql-server-2005-setup-checklist-part-2-after-the-install/" target="_blank">Post-Install Checklist</a></p>
<p>These puppies are firmly in the indispensable section of my bookmarks.</p>
<p>Thanks Brent</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2009/01/sql-server-install-checklists/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server Bottlenecks</title>
		<link>http://www.vm-aware.com/2008/07/sql-server-bottlenecks/</link>
		<comments>http://www.vm-aware.com/2008/07/sql-server-bottlenecks/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 09:23:56 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=146</guid>
		<description><![CDATA[The guys over at PSS SQL Blog have written a short but really sweet article about how to really detect whether you have a bottleneck with SQL Server implementations.
It gives a few pointers of what to look for if you really start digging including:

PAGE I/O Waits (select * from sys.dm_os_wait_stats where wait_type like &#8216;%PAGEIO%&#8217;)
Virtual File [...]]]></description>
			<content:encoded><![CDATA[<p>The guys over at <a title="PSS SQL" href="http://blogs.msdn.com/psssql/" target="_blank">PSS SQL Blog</a> have written a short but really sweet <a title="SQL Server Bottlenecks" href="http://blogs.msdn.com/psssql/archive/2008/07/08/sql-server-i-o-bottleneck-i-don-t-have-one-yes-you-do.aspx" target="_blank">article</a> about how to really detect whether you have a bottleneck with SQL Server implementations.</p>
<p>It gives a few pointers of what to look for if you really start digging including:</p>
<ul>
<li>PAGE I/O Waits (select * from sys.dm_os_wait_stats where wait_type like &#8216;%PAGEIO%&#8217;)</li>
<li>Virtual File Stats (select * from sys.dm_io_virtual_file_stats(-1, -1))</li>
<li>Stalled I/O Warnings</li>
<li>Additional disk based performance counters and available hardware utilities</li>
</ul>
<p>I found this useful recently when SQL Server was virtualised and all other methods of monitoring looked fine (perfmon, vCharter), but couldn&#8217;t find the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/07/sql-server-bottlenecks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SQL Server Tools</title>
		<link>http://www.vm-aware.com/2008/06/free-sql-server-tools/</link>
		<comments>http://www.vm-aware.com/2008/06/free-sql-server-tools/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 05:58:23 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=115</guid>
		<description><![CDATA[I think I have stumbled across the best free SQL Server tools list in the world ever&#8230;!
The guys at sqlteam have compiled a list so comprehensive that I don&#8217;t know where to begin:

SMSS Add-Ons
Analysis Tools
Performance Monitors
Upgrades &#38; Migration
Code Formatting

You&#8217;ll have loads of fun with this page for a long time, I know I did.  [...]]]></description>
			<content:encoded><![CDATA[<p>I think I have stumbled across the best free SQL Server tools list in the world ever&#8230;!</p>
<p>The guys at <a title="SQL Team" href="http://weblogs.sqlteam.com" target="_blank">sqlteam</a> have compiled a list so comprehensive that I don&#8217;t know where to begin:</p>
<ul>
<li>SMSS Add-Ons</li>
<li>Analysis Tools</li>
<li>Performance Monitors</li>
<li>Upgrades &amp; Migration</li>
<li>Code Formatting</li>
</ul>
<p>You&#8217;ll have loads of fun with this page for a long time, I know I did.  Check it out <a title="Free SQL Tools" href="http://weblogs.sqlteam.com/mladenp/archive/2007/11/20/Free-SQL-Server-tools-that-might-make-your-life-a.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/06/free-sql-server-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server SAN Snapshots</title>
		<link>http://www.vm-aware.com/2008/06/sql-server-san-snapshots/</link>
		<comments>http://www.vm-aware.com/2008/06/sql-server-san-snapshots/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 10:14:38 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=106</guid>
		<description><![CDATA[SQL Server can be fantastic, but when the databases get to be really large it can become very difficult to fit in a backup window.
Inevitably people start to investigate SAN based snapshots. Almost all storage vendors have the capability to talk directly with SQL Server to quiesce the DB long enough to take the snapshot, [...]]]></description>
			<content:encoded><![CDATA[<p>SQL Server can be fantastic, but when the databases get to be really large it can become very difficult to fit in a backup window.</p>
<p>Inevitably people start to investigate SAN based snapshots. Almost all storage vendors have the capability to talk directly with SQL Server to quiesce the DB long enough to take the snapshot, but this in itself can cause issues due to the software limitations.</p>
<p>The pros and cons of SAN based snapshots are discussed in this excellent <a title="SQL Server SAN Snapshots" href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1314693,00.html" target="_blank">article</a> over at <a title="SearchSQLServer" href="http://searchsqlserver.techtarget.com" target="_blank">searchsqlserver</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/06/sql-server-san-snapshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Performance Troubleshooting</title>
		<link>http://www.vm-aware.com/2008/05/sql-server-performance-troubleshooting/</link>
		<comments>http://www.vm-aware.com/2008/05/sql-server-performance-troubleshooting/#comments</comments>
		<pubDate>Fri, 23 May 2008 11:01:03 +0000</pubDate>
		<dc:creator>Paul Shannon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://www.vm-aware.com/?p=91</guid>
		<description><![CDATA[I found a fantastic document over at SQLCAT that outlines how to troubleshoot and diagnose performance issues in SQL Server 2005/2008.
I&#8217;ve blogged about it here as the principles are just as applicable to SQL Server in a physical or virtual environment.
Enjoy reading this small, but very succinct document here.
This website is awash with great articles, [...]]]></description>
			<content:encoded><![CDATA[<p>I found a fantastic document over at <a title="SQL CAT" href="http://sqlcat.com" target="_blank">SQLCAT</a> that outlines how to troubleshoot and diagnose performance issues in SQL Server 2005/2008.</p>
<p>I&#8217;ve blogged about it here as the principles are just as applicable to SQL Server in a physical or virtual environment.</p>
<p>Enjoy reading this small, but very succinct document <a title="Performance &amp; Scalability of SQL Server" href="http://sqlcat.com/presentations/archive/2008/04/18/troubleshooting-sql-server-2005-2008-performance-and-scalability-flowchart.aspx" target="_blank">here</a>.</p>
<p>This website is awash with great articles, so if you get chance to check it out then do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vm-aware.com/2008/05/sql-server-performance-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

