<?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/"
		>
<channel>
	<title>Comments for </title>
	<atom:link href="http://sqlserverio.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlserverio.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Apr 2013 05:49:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by Wes Brown</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-4155</link>
		<dc:creator>Wes Brown</dc:creator>
		<pubDate>Wed, 17 Apr 2013 05:49:55 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-4155</guid>
		<description><![CDATA[Ok, I have fixed it. In 2012 instead of passing -1 for the dbid and -1 for the fileid to get all db&#039;s and files you have to pass in nulls. Added a version check and it now gathers data.]]></description>
		<content:encoded><![CDATA[<p>Ok, I have fixed it. In 2012 instead of passing -1 for the dbid and -1 for the fileid to get all db&#8217;s and files you have to pass in nulls. Added a version check and it now gathers data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by Wes Brown</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-4152</link>
		<dc:creator>Wes Brown</dc:creator>
		<pubDate>Wed, 17 Apr 2013 05:36:00 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-4152</guid>
		<description><![CDATA[the less than and greater than symbols were changed to there html code &gt; instead of &gt; Should be fixed now.]]></description>
		<content:encoded><![CDATA[<p>the less than and greater than symbols were changed to there html code &gt; instead of > Should be fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fundamentals of Storage Systems – Stripe Size, Block Size, and IO Patterns by Wes Brown</title>
		<link>http://sqlserverio.com/2010/06/16/fundamentals-of-storage-systems-stripe-size-block-size-and-io-patterns/#comment-3939</link>
		<dc:creator>Wes Brown</dc:creator>
		<pubDate>Mon, 15 Apr 2013 15:23:41 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/2010/06/16/fundamentals-of-storage-systems-stripe-size-block-size-and-io-patterns/#comment-3939</guid>
		<description><![CDATA[all the calculations are in http://www.wesworld.net/Scripts/raidcalculator.min.js I guess I need to write up a post on these.]]></description>
		<content:encoded><![CDATA[<p>all the calculations are in <a href="http://www.wesworld.net/Scripts/raidcalculator.min.js" rel="nofollow">http://www.wesworld.net/Scripts/raidcalculator.min.js</a> I guess I need to write up a post on these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fundamentals of Storage Systems – Stripe Size, Block Size, and IO Patterns by james</title>
		<link>http://sqlserverio.com/2010/06/16/fundamentals-of-storage-systems-stripe-size-block-size-and-io-patterns/#comment-1470</link>
		<dc:creator>james</dc:creator>
		<pubDate>Tue, 02 Apr 2013 01:49:01 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/2010/06/16/fundamentals-of-storage-systems-stripe-size-block-size-and-io-patterns/#comment-1470</guid>
		<description><![CDATA[Hi Wes
     could you please share how you calculate the number
 &quot;9825 IOs/Sec and 76.75 MB/Sec &quot; and &quot;8102 IOs/Sec and 506 MB/Sec&quot; based on different stripe size? thanks

James]]></description>
		<content:encoded><![CDATA[<p>Hi Wes<br />
     could you please share how you calculate the number<br />
 &#8220;9825 IOs/Sec and 76.75 MB/Sec &#8221; and &#8220;8102 IOs/Sec and 506 MB/Sec&#8221; based on different stripe size? thanks</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by rob</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-277</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Mon, 25 Mar 2013 13:02:55 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-277</guid>
		<description><![CDATA[Hi Wes, I&#039;m getting this 
Msg 102, Level 15, State 1, Procedure Gathervirtualfilestats, Line 97
Incorrect syntax near &#039;@lt&#039;.

Could you help please.]]></description>
		<content:encoded><![CDATA[<p>Hi Wes, I&#8217;m getting this<br />
Msg 102, Level 15, State 1, Procedure Gathervirtualfilestats, Line 97<br />
Incorrect syntax near &#8216;@lt&#8217;.</p>
<p>Could you help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by Mike</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-107</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 11 Mar 2013 07:19:39 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-107</guid>
		<description><![CDATA[Hi Wes,
Not so easy to fix ?]]></description>
		<content:encoded><![CDATA[<p>Hi Wes,<br />
Not so easy to fix ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by Mike</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-106</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 05 Mar 2013 16:09:48 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-106</guid>
		<description><![CDATA[Wahoooo, great !!
Thx Wes]]></description>
		<content:encoded><![CDATA[<p>Wahoooo, great !!<br />
Thx Wes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by Wes Brown</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-105</link>
		<dc:creator>Wes Brown</dc:creator>
		<pubDate>Tue, 05 Mar 2013 16:08:47 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-105</guid>
		<description><![CDATA[I&#039;ll test and fix it tonight.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll test and fix it tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLDIY: Gather Virtual File Statistics Using T-SQL #TSQL2sDay 15 by Mike</title>
		<link>http://sqlserverio.com/2011/02/08/gather-virtual-file-statistics-using-t-sql-tsql2sday-15/#comment-104</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 05 Mar 2013 15:33:55 +0000</pubDate>
		<guid isPermaLink="false">https://sqlserverio.wordpress.com/?p=323#comment-104</guid>
		<description><![CDATA[Hi Guys,

The procedure works like a charm on 2008 but doesnt work on SQLServer 2012.
The dbo.VirtualFileStats table remains empty.
Any ideas ?]]></description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>The procedure works like a charm on 2008 but doesnt work on SQLServer 2012.<br />
The dbo.VirtualFileStats table remains empty.<br />
Any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding SQL Server Installs Using Powershell by Something for the Weekend - SQL Server Links 01/03/13 • John Sansom</title>
		<link>http://sqlserverio.com/2013/02/27/finding-sql-server-installs-using-powershell/#comment-205</link>
		<dc:creator>Something for the Weekend - SQL Server Links 01/03/13 • John Sansom</dc:creator>
		<pubDate>Fri, 01 Mar 2013 12:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverio.com/?p=894#comment-205</guid>
		<description><![CDATA[[...] Finding SQL Server Installs Using Powershell - A quick dose of PowerShell magic from Wes Brown (Blog&#124;Twitter). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Finding SQL Server Installs Using Powershell - A quick dose of PowerShell magic from Wes Brown (Blog|Twitter). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
