SQL Server with Mr. Denny:

Storage


May 26, 2011  2:00 PM

Running on EMC Clarion CX4 – Windows reports disks are not aligned, SAN admin says that because of caching, the partition alignment from windows does not matter (and SAN is setup per "best practices". Is this true?



Posted by: Denny Cherry
EMC, SQL Server, Storage

Caching has nothing to do with disk alignment.  It sounds like your sysadmin should have gone to my SQL PASS pre-con.  All the caching does is accept the writes from the host into D-RAM instead of writing to the disk directly. Now if the LUN is aligned on the array by setting the offset on the...

May 23, 2011  2:00 PM

On an EMC array is it possible to assign WRITE cache to wherever your transaction log files are?



Posted by: Denny Cherry
EMC, SQL Server, Storage

Yes, provided that your transaction logs have their own LUN from the other files as the write cache is enabled and disabled at the LUN level.  By default read and write cache will be enabled for every LUN which is created on the array. There aren’t to many cases where you would want to...


May 19, 2011  11:00 AM

Should a VMs virtual disks all be on the same storage?



Posted by: Denny Cherry
SQL Server, Storage, Virtualization

A question that comes up when building a new virtual SQL Server is how should the disks be laid out when using the default VMDK (VMware) or vDisks (Hyper-V)?  Should the disks be on a single LUN, or different LUNs, etc. I’m sure that it will surprise no one when I say that it depends.  On a...


May 11, 2011  4:16 PM

EMC World Day 2



Posted by: Denny Cherry
EMC World, EMC World 2011, GreenPlum, SQL Server, VMware, VNX, VNXe

Yesterday was EMC World day 2 and it was another great day at the conference. I started the day a little late as I was out pretty late on Monday night at a party. I was abe to great some great sessions in during the day however. The first session that I hit was "SQL Server on VMware -...


May 10, 2011  2:00 PM

EMC World 2011 Day 1



Posted by: Denny Cherry
EMC World, EMC World 2011, SQL Server

So today was the first official day of EMC world. I had a great time meeting some fantastic people like Chuck Hollis from EMC. There were also some fantastic sessions. This year EMC is doing something new and putting the sessions online through an iPad app as well as putting them on their...


May 9, 2011  2:00 PM

EMC World 2011 Day 0



Posted by: Denny Cherry
EMC World, EMC World 2011

So today began EMC World 2011.  It started in true EMC style with a great party, sponsored by UniSys.  The party was held at the Hotel pool which seems a little strange but EMC made it work.  It was a little windy last night, apparently not even EMC can control the weather. I met some great...


May 5, 2011  2:00 PM

Enterprise environment are moving more and more towards service oriented functional groups. SAN as a service, database as a service, etc. So SAN guys are saying DBAs shouldn’t worry about this, they use gigantic arrays with 100′s of spindles, they guarantee performance, etc. What are your thoughts on this?



Posted by: Denny Cherry
SQL Server, Storage

I would say that the SAN admins are nuts if they think that the DBAs aren’t going to worry about storage performance.  There is no magic SAN dust which keeps everything running fast all of the time.  If you put enough load on the array then performance will be impacted, no matter how many disks...


May 2, 2011  2:00 PM

Next week is EMC World, and I’m getting there a little differently than usual.



Posted by: Denny Cherry
EMC World, EMC World 2011

So this year EMC World is back in Las Vegas, and I'm damn happy that I'm going again.  Instead of taking the quick flight from Ontario to Las Vegas like I normally word, I'll be getting there a little differently, I'll be riding my motorcycle. As I can only...


April 28, 2011  2:00 PM

If i have 3Par SAN, is there any specific recommendations, as it does its custom stripping across the drives. or any other specifics related to 3PAR?



Posted by: Denny Cherry
Storage

The biggest recommendation that I have (pretty much the only one since I haven’t worked with a 3PAR in a while) is to ensure that your LUNs are sized correctly so that they are evenly spread out across all the disks in the disk set that you are using. For example, if you have 100 disks in the...


April 25, 2011  2:00 PM

We get many warnings in our SQL error log about I/O requests taking longer than 15 seconds to complete. What do we do in such scenario?



Posted by: Denny Cherry
Index, Index Scan, Index Seek, SQL Server, Storage

There are a few things which you will want to look at.  First make sure that you have enough RAM for the database to use.  Without enough RAM in the SQL Server you’ll begin putting extra load on the disks because the same data is being pulled into the buffer cache from the disk over and...