<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx</link><description>&amp;lt;Note: 20081119: Deck updated w/ new graphics, perf metrics, &amp;amp; dynamic disk info&amp;gt; &amp;lt;Note: 20090225: Deck updated &amp;amp; moved to skydrive &amp;gt; &amp;lt;Note: See also Disk Partition Alignment (Sector Alignment) for SQL Server: Part 4: Essentials</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Tale of Two TechFests</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9012214</link><pubDate>Thu, 23 Oct 2008 05:33:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9012214</guid><dc:creator>Data Spaces</dc:creator><description>&lt;P&gt;I&amp;nbsp;recently attended the Indy and Tulsa TechFests. Here’s how the two compared. &lt;/P&gt;
&lt;P&gt;Both drew about 500 per day (Indy was on a Saturday and Tulsa over was on a Thursday and Friday). Both had great swag. Indy had the better food (a huge Italian lunch buffet!) and Tulsa has the better facilities (there was plenty of room at OSU!). &lt;/P&gt;
&lt;P&gt;For those primarily interested in SQL Server, Indy was the place to be. It offered two SQL-related tracks: one for DBAs and one for those interested in BI. Often I wanted to be in both sessions at once. &lt;/P&gt;
&lt;P&gt;The best presentation was Jimmy May’s on Disk Partition Alignment. It’s too much to summarize here, but you can read about it on his &lt;A class="" href="http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx"&gt;blog&lt;/A&gt;, or better yet, you can catch his presentation next month at PASS. &lt;/P&gt;
&lt;P&gt;Tulsa had the basics of SQL Server covered...&lt;/P&gt;
&lt;P&gt;Finally, hats off to all the organizers! I had a chance to spend some time with Tulsa’s David Walker and Indy’s Dave Leininger and John Magnabosco. All three were incredible. If any of them were exhausted or frustrated, it didn’t show. What did show was their enthusiasm and passion for excellence. I will definitely be back next year. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sqlservercentral.com/blogs/data_spaces/archive/2008/10/22/tale-of-two-techfests.aspx"&gt;http://www.sqlservercentral.com/blogs/data_spaces/archive/2008/10/22/tale-of-two-techfests.aspx&lt;/A&gt;&lt;/P&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9015333</link><pubDate>Sat, 25 Oct 2008 01:34:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015333</guid><dc:creator>contrari4n</dc:creator><description>&lt;p&gt;I always have this as a standard interview question.&lt;/p&gt;
&lt;p&gt;I have just telephone interviewed 20 candidates for a senior DBA position and none of them had heard of partition alignment!&lt;/p&gt;
&lt;p&gt;Thank you for the slide deck. &amp;nbsp;Your VB Script for getting the starting offset is particularly useful.&lt;/p&gt;
</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9016119</link><pubDate>Sat, 25 Oct 2008 19:43:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016119</guid><dc:creator>Jimmy May</dc:creator><description>&lt;P&gt;@Data Spaces: &amp;nbsp;Thanks for the kind words. &amp;nbsp;Best presentation--ha-ha!&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I'll look forward to seeing you when I speak at PASS.&lt;/P&gt;
&lt;P&gt;@contrari4n: &amp;nbsp;When I interview folks who claim to be DBAs, I step them through building simple select statements--the majority of my interviewees--no kidding--can't do a join, much less know the difference between an old-style vs. ANSI join.&lt;/P&gt;
&lt;P&gt;With regard to interviewing disk partition alignment / sector alignment, if folks who've been doing disks for 20 years haven't heard of it, it's hard to expect newbies to know about it. &amp;nbsp;;-)&lt;/P&gt;
&lt;P&gt;As the Sr. DB Architect for a VLDB, even *I* hadn't heard of it until I onboarded at Microsoft &amp;amp; caught a whiff of it. &amp;nbsp;It was a bullet point in a slide. &amp;nbsp;I was lucky to have realized its importance. &amp;nbsp;I kept my ears to the ground, my peepers peeled, &amp;amp; I mercilessly interrogated my colleagues, but it took some time to put the whole picture together. &amp;nbsp;Indeed, even now I'm repeating the process for dynamic disks. &amp;nbsp;Stay tuned for posts on that topic!&lt;/P&gt;
&lt;P&gt;FYI, I include the wmi script for completeness, but I prefer the wmic command:&lt;/P&gt;
&lt;P&gt;wmic partition get BlockSize, StartingOffset, Name, Index &lt;/P&gt;
&lt;P&gt;I found this in Robert Smith's famous article: &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disk performance may be slower than expected when you use multiple disks in Windows Server 2003, in Windows XP, and in Windows 2000 &lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/929491" target=_new rel=nofollow&gt;http://support.microsoft.com/kb/929491&lt;/A&gt;&lt;/P&gt;</description></item><item><title>Disk Partition Alignment (Sector Alignment): Part I: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9042467</link><pubDate>Wed, 05 Nov 2008 04:25:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9042467</guid><dc:creator>ACE Team - Security, Performance &amp; Privacy</dc:creator><description>&lt;p&gt;Disk partition alignment is a best practice . Now that SQL Server wait stats are formally documented&lt;/p&gt;
</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9142085</link><pubDate>Tue, 25 Nov 2008 18:11:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9142085</guid><dc:creator>Mani Singh</dc:creator><description>&lt;p&gt;Great work Jimmy. &lt;/p&gt;
&lt;p&gt;Thanks for this wounderful and informative presentation. I first learned about the partition alignments, a couple of years back , but did not pay much efforts into realizing its core, until i read Linchi's Blog.. then your blogs kept my interest alive.. I am a Hyperactive DBA with 13 yrs exp.. this means.. i will do something everyday to my Database servers(break and then re-make my DEV servers) to learn more about them...you Guys help keep that DBA'a neurons Alive daily.(or Life will be boring with DR and Maintenance plans and Monitoring stuffs)&lt;/p&gt;
&lt;p&gt;Thanks again.&lt;/p&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9248251</link><pubDate>Tue, 23 Dec 2008 00:13:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9248251</guid><dc:creator>David Ruschinek</dc:creator><description>&lt;p&gt;In the DELL and EMC documents they suggested to make a 1024 or 2048 kb non mounted partition at the beginning of each drive.&lt;/p&gt;
&lt;p&gt;Also Bob Duffy has a post on this issue.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/boduff/archive/2008/01/26/improving-sql-disk-performance-1-partition-alignment.aspx"&gt;http://blogs.msdn.com/boduff/archive/2008/01/26/improving-sql-disk-performance-1-partition-alignment.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9250126</link><pubDate>Tue, 23 Dec 2008 17:40:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9250126</guid><dc:creator>Jimmy May</dc:creator><description>&lt;p&gt;@David Ruschinek: Bob Duffy has a LOT of great posts. &amp;nbsp;However, I believe his reference to diskpart -i is in error. &amp;nbsp;The 1024 or 2048KB non-mounted partition you cite from EMC &amp;amp; DELL are with regard to disks which will be converted to dynamic volumes, correct?&lt;/p&gt;
</description></item><item><title>Detecting volume/disk partition alignment issues</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9251375</link><pubDate>Wed, 24 Dec 2008 07:14:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9251375</guid><dc:creator>Notes from SQL Server Premier Field Engineer</dc:creator><description>&lt;p&gt;Hello everyone! As a first practical post, today I will talk about disk partition alignment to configure&lt;/p&gt;
</description></item><item><title>Tips for DBA: выравнивание кластеров NTFS и блоков RAID-массивов</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9382685</link><pubDate>Thu, 29 Jan 2009 10:32:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9382685</guid><dc:creator>Alexander Gladchenko</dc:creator><description>&lt;p&gt;Недавно Кевин Кляйн в очередной раз поднял тему выравнивания размеров кластера и блока, проблему, которая&lt;/p&gt;
</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9393981</link><pubDate>Wed, 04 Feb 2009 02:15:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393981</guid><dc:creator>Frank</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It seems that the pptx file is corruped somehow. &amp;nbsp;I cannot open it using Office 2003 with the 2007 conversion pack (work machine) or office 2007 (home machine)&lt;/p&gt;
&lt;p&gt;Actually, I can open it in 2007, but it tells me that it is corrupted and has to &amp;quot;recover&amp;quot; the data.&lt;/p&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9397331</link><pubDate>Thu, 05 Feb 2009 05:33:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9397331</guid><dc:creator>Jimmy May</dc:creator><description>&lt;p&gt;Frank, microsoft.com support has been looking at the issue. &amp;nbsp;Send your email address to me &amp;amp; I'll send the deck to your directly: jimmymay at microsoft dot com &lt;/p&gt;
</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9408880</link><pubDate>Mon, 09 Feb 2009 19:17:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9408880</guid><dc:creator>Gerald </dc:creator><description>&lt;p&gt;Re HP SAN partition alignment &lt;/p&gt;
&lt;p&gt;HP appears to have acknowledged and resolved the issue&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1251071"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1251071&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9414687</link><pubDate>Thu, 12 Feb 2009 17:10:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9414687</guid><dc:creator>Gaz</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you any update on when the corruption issue will be sorted? I'm trying to open and geeting the same issue as frank&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9440474</link><pubDate>Sun, 22 Feb 2009 18:44:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9440474</guid><dc:creator>Jimmy May</dc:creator><description>&lt;p&gt;@Gerald, thanks for the link.&lt;/p&gt;
&lt;p&gt;@Gaz, MSDN has limitations which I can't get past without shrinking my deck. &amp;nbsp;I'll post it soon to my skydrive, but in the meantime, simply email me:&lt;/p&gt;
&lt;p&gt;jimmymay at microsoft dot com&lt;/p&gt;
</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9471297</link><pubDate>Thu, 12 Mar 2009 06:39:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9471297</guid><dc:creator>Christian Purnomo</dc:creator><description>&lt;P&gt;Thanks Jimmy, best presentation I would agree with others.&lt;/P&gt;
&lt;P&gt;I have been looking around on the net for documentation whether this disk alignment best practice is supported for C:\ - your slides and others that I have seen seem to focus only the DATA drives (i.e. D:\ E:\ and so forth). &amp;nbsp;would you be able if this is the case?&lt;/P&gt;
&lt;P&gt;I'm building a SQL 2005 server on HP P400 smart array with raid 10 + 64kb fas... I guess the D:\ (sql data) and E:\ (transaction log) &amp;nbsp;are the most heavily used during the uptime of the machine. &amp;nbsp;the C:\ is not that critical.&lt;/P&gt;
&lt;P&gt;Thanks for sharing your thoughts on this issue!&lt;/P&gt;</description></item><item><title>re: Disk Partition Alignment (Sector Alignment) for SQL Server: Part 1: Slide Deck</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9471633</link><pubDate>Thu, 12 Mar 2009 15:15:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9471633</guid><dc:creator>Jimmy May</dc:creator><description>&lt;p&gt;@Christian: I'm glad you like the material.&lt;/p&gt;
&lt;p&gt;Good for you for using RAID10. &amp;nbsp;We find that RAID 5 implentations remain ubiquitous.&lt;/p&gt;
&lt;p&gt;Regarding C:, I think you mean to suggest its performance requirements are very likely not as great as the drives on which your data &amp;amp; log files reside.&lt;/p&gt;
&lt;p&gt;Here's the relevant paragraph from the forthcoming white paper for SQL CAT. &amp;nbsp;Be mindful of the final sentence.&lt;/p&gt;
&lt;p&gt;System Drives&lt;/p&gt;
&lt;p&gt;System drives in versions of Windows prior to Windows Server 2008 cannot be aligned. &amp;nbsp;Fortunately, workloads associated with system partitions of dedicated SQL Servers are typically not as sensitive to partition misalignment as disks dedicated to I/O intensive uses, e.g., SQL Server database files from which high-performance is demanded. &amp;nbsp;As described in the Appendix, modern disks are proprietary “black boxes” and disk partition alignment does not enhance performance for individual disks; however, cache line misalignment may still apply. &amp;nbsp;Make certain that performance thresholds, particularly disk latency, are not exceeded for all disks, including those on which the OS and SQL Server data &amp;amp; log files reside.&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;
</description></item><item><title>Analyzing Storage Performance by Robert Smith on the Counter-of-the-Week (COTW) Blog</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9489966</link><pubDate>Thu, 19 Mar 2009 16:48:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9489966</guid><dc:creator>Jimmy May, Aspiring Geek:  SQL Server Performance, Best Practices, Productivity, etc.&lt;br&gt;&lt;img src="http://img156.imageshack.us/img156/6808/xparentacelogoli1.gif" border="0"/&gt;</dc:creator><description>&lt;p&gt;In my role with MS IT's Assessment, Consulting, &amp;amp;amp; Engineering ( A.C.E. ) team, I work with some of&lt;/p&gt;
</description></item><item><title>Disk Partition Alignment (Sector Alignment): Make the Case with this Template</title><link>http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx#9597452</link><pubDate>Fri, 08 May 2009 21:15:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9597452</guid><dc:creator>Jimmy May, Aspiring Geek:  SQL Server Performance, Best Practices, Productivity, etc.&lt;br&gt;&lt;img src="http://img156.imageshack.us/img156/6808/xparentacelogoli1.gif" border="0"/&gt;</dc:creator><description>&lt;p&gt;I recently collaborated with Microsoft PFE Daniel Janik to create a template to make the case for disk&lt;/p&gt;
</description></item></channel></rss>