Storage Best Practices
Some of the most common best practices that the SQL Server team recommends with respect to storage configuration for SQL Server ... Source : Microsoft.com - Technet Article
Sizing Storage for Performance Requirements
A good article that describes a method to calculate the number of spindles/disks in a storage system required to meet a given workload ... Source : SQLJunkies.com - Article
Finding Disk Partition Offsets
Linchi shares an executable (and source code) that will take a input file containing server names and report the partition offsets of their disk volumes. Fantastic stuff, and much easier than a manual discovery method in sites with many servers ... Source : Linchi Shea - SQLBlog.com
Partition Alignment
There are many articles that list partition alignment as an important configuration step, but few that go to this level of detail explaining why this is important. In this post, Jimmy also links to a downloadable powerpoint deck that walks through the process and supporting information. Great stuff. ... Source : Jimmy May - msdn.com - Blog Post
More Partition Alignment
Track aligning disk partitions before formatting is crucial in delivering the best possible disk IO performance. This post contains a forum exchange on configuring a Clarion SAN for partition alignment ... Source : Grumpy Old DBA - SQLBlogCasts.com - Blog Post
Partition Alignment in VMWare Guests
Thanks to Brent Ozar for this link. Duncan demonstrates a method of inspecting the disks of VMWare guests for correct partition alignment. Run from the host, this method will inspect all guest VMs ... Source : Duncan Epping - YellowBricks.com - Blog Post
Disk Geometry & Track Alignment
A great article on disk geometry and the importance of track alignment. Whilst its written for an Exchange audience, it's equally applicable for a SQL Server deployment ... Source : msexchange.org - Article
I/O Basics
This white paper introduces new terms, discusses maintenance and configuration issues, new and improved error messages, and I/O enhancements. After reading this document you will better understand SQL Server I/O needs and capabilities in SQL Server 2000 Service Pack 4 and SQL Server 2005 ... Source : Microsoft.com - Technet Article
I/O Subsystem Performance Tuning
This paper considers performance from both the hardware and software perspectives. In addition, it discusses tools for storage subsystem analysis and design and provides rules of thumb and guidelines for system design and to solve the performance bottlenecks in specific configurations ... Source : Microsoft.com - Article
Storage Performance for SQL Server
Another great post from Joe covering various aspects of storage configuration for optimal Disk I/O Performance ... Source : Joe Chang - SQLblog.com - Blog Post
Physical Database Storage Design
This article provides a guide for physical storage design and gives recommendations and trade-offs for physical hardware design and file architecture. Update; Linchi Shea comments on this paper in his recent blog post ... Source : Microsoft.com - Technet Article