<?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 on: SQL SERVER 2005 Storage Performance</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:14:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: January 25, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/#comment-87009</link>
		<dc:creator>The Most-Watched IT Questions: January 25, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 25 Jan 2011 06:40:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-87009</guid>
		<description><![CDATA[[...] 2. Keep track of the informative back and forth happening between RickMartinez and Mrdenny on SQL Server 2005 storage performance. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2. Keep track of the informative back and forth happening between RickMartinez and Mrdenny on SQL Server 2005 storage performance. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickmartinez</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/#comment-86723</link>
		<dc:creator>rickmartinez</dc:creator>
		<pubDate>Tue, 18 Jan 2011 19:46:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-86723</guid>
		<description><![CDATA[Hello Mr. Denny, yes all LUN&#039;s (VDisk) are on the same spindles. Our main database is 500GB and there are 10 more databases below 10GB.]]></description>
		<content:encoded><![CDATA[<p>Hello Mr. Denny, yes all LUN&#8217;s (VDisk) are on the same spindles. Our main database is 500GB and there are 10 more databases below 10GB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/#comment-86651</link>
		<dc:creator>mrdenny</dc:creator>
		<pubDate>Mon, 17 Jan 2011 23:46:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-86651</guid>
		<description><![CDATA[Are those 6 LUNs on the same spindles, or on different spindles?

Having the disks not correctly aligned will impact performance.  How large are the databases on your server?]]></description>
		<content:encoded><![CDATA[<p>Are those 6 LUNs on the same spindles, or on different spindles?</p>
<p>Having the disks not correctly aligned will impact performance.  How large are the databases on your server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Featured Member: Hlx - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/#comment-86501</link>
		<dc:creator>Featured Member: Hlx - ITKE Community Blog</dc:creator>
		<pubDate>Thu, 13 Jan 2011 06:28:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-86501</guid>
		<description><![CDATA[[...] SQL Server 2005 storage performance [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL Server 2005 storage performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hlx</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/#comment-86465</link>
		<dc:creator>hlx</dc:creator>
		<pubDate>Wed, 12 Jan 2011 19:14:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-86465</guid>
		<description><![CDATA[I would verify how much of the Xiotech controller cache is being used for reads and consider adding more drives and separating the data and logs. In addition, it is likely that you can run profiler to identify your offending queries (highest reads) and will be able to reduce your total I/O by targeting either bad code or missing indexes.]]></description>
		<content:encoded><![CDATA[<p>I would verify how much of the Xiotech controller cache is being used for reads and consider adding more drives and separating the data and logs. In addition, it is likely that you can run profiler to identify your offending queries (highest reads) and will be able to reduce your total I/O by targeting either bad code or missing indexes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rickmartinez</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-storage-performance/#comment-86413</link>
		<dc:creator>rickmartinez</dc:creator>
		<pubDate>Tue, 11 Jan 2011 21:11:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-86413</guid>
		<description><![CDATA[Hello Mr. Denny thank you for your prompt response.
1. The disks are not aligned.
2. there are 32GB of RAM on the server 28GB for SQL using AWE and 4GB for OS
3. 6 SAN Drives dedicated to SQL Server RAID 10
(
A. Data 
B. Backup 
C.Indexes 
D. Log 
E. SystemDB 
F. TempDB
)

4. 2 Local Drives dedicated to SQL Server
(
A.Misc Databases
B.Misc Databases
)]]></description>
		<content:encoded><![CDATA[<p>Hello Mr. Denny thank you for your prompt response.<br />
1. The disks are not aligned.<br />
2. there are 32GB of RAM on the server 28GB for SQL using AWE and 4GB for OS<br />
3. 6 SAN Drives dedicated to SQL Server RAID 10<br />
(<br />
A. Data<br />
B. Backup<br />
C.Indexes<br />
D. Log<br />
E. SystemDB<br />
F. TempDB<br />
)</p>
<p>4. 2 Local Drives dedicated to SQL Server<br />
(<br />
A.Misc Databases<br />
B.Misc Databases<br />
)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.027 seconds using memcached
Object Caching 337/343 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 01:34:03 -->