SQL Server with Mr. Denny:

Storage


February 7, 2011  2:00 PM

If you aren’t doing backups, you aren’t doing your job.



Posted by: Denny Cherry
Backup & recovery, BACKUP DATABASE, SQL Server, SQL Server 11, SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012

Apparently people still haven't figured out that taking backups of SQL Server databases is actually a requirement of having a SQL Server database.  There was a conversation recently on Twitter about yet another forum question where the OP talked about the crashed database that they had without any...

January 24, 2011  2:00 PM

Your job is to make the systems run at their top performance.



Posted by: Denny Cherry
Social Commentary, SQL Server, Storage

So I got an email from someone (and yes he told me that I can publish this post about it) because he was having an argument with his storage / systems team about LUN config for the SQL Servers.  He wanted smaller LUNs so that they could be more easily moved around if performance problems showed up...


January 18, 2011  5:22 AM

My slide decks from #sqlsat62 in Tampa.



Posted by: Denny Cherry
Data Encryption, SQL Saturday, SQL Saturday 62, SQL Server, Storage

I gave two talks at the recent SQL Saturday 62 in Tampa, FL and I had a blast doing it.  As promised I've posted them on Monday (it is still Monday my time, so that counts right)?

  Bookmark and Share     0 Comments     RSS Feed     Email a friend


January 17, 2011  2:00 PM

How much cache to allocate for servers that host 500gb databases?



Posted by: Denny Cherry
Cache, SQL Server, Storage

The short answer is as much as possible. The more exact answer is you typically can’t allocate cache to a specific LUN.  You can usually carve up the total amount of cache into read and write cache.  You want as much write cache as possible so that the database writes directly to the disk as...


January 13, 2011  2:00 PM

What are your opinions on using an iSCSI NAS for SQL Server storage?



Posted by: Denny Cherry
iSCSI, SQL Server, Storage

You’ve really got two questions here.  The first is if I like iSCSI for SQL, and the second is if I like NAS for SQL.  NAS doesn’t support iSCSI as iSCSI is a SAN technology. iSCSI is just fine for SQL Server as long as the server and the storage are on the same subnet, and the network has...


January 4, 2011  2:00 PM

Ever have this conversation?



Posted by: Denny Cherry
In Person Events, SQL Saturday, SQL Saturday 62, SQL Server, Storage, Virtualization

Have you ever had this conversation with your storage admin? [kml_flashembed movie="http://www.youtube.com/v/yZlbLkD46Kc" width="425" height="350" wmode="transparent" /] If you have, then do I have a session for you to attend.  On January 14, 2011 in Tampa, FL I'll be presenting...


January 3, 2011  2:00 PM

If you are going to provide SQL Server support, you should probably know what you are doing.



Posted by: Denny Cherry
Backup & recovery, BACKUP DATABASE, RackSpace

So the other day I got a ticket opened by my companies Managed Service Provider.  There was a backup failure on one of our databases.  The response from the hosting provider was:

This failed due to a "Error: 3041, Severity: 16, State: 1." error. This is because you...


December 30, 2010  2:00 PM

We are currently running on an EMC SAN. Did I hear you correctly, we should have databases, backups, temp, and logs on the same LUN? Thanks.



Posted by: Denny Cherry
EMC, SQL Server, Storage

No, you want to put them on different LUNs.  IBM is currently recommending that on the XIV array that everything can be put on a single LUN as the LUN is spread over all the disks in the array.  For an EMC array you’ll want to have separate LUNs for each. Denny


December 23, 2010  2:00 PM

Do you have any affordable recommendations (mid-size company) for DR to a secondary site, about 11 TB of storage?



Posted by: Denny Cherry
DR, EMC, Storage

It depends on how you are going to handle your data replication.  If you are going to use native array based replication then you’ll need to either use array’s data replication options or look at EMC’s recover point. If however you are going to handle the replication outside of the...


December 20, 2010  2:00 PM

Database Restores and Torn Pages



Posted by: Denny Cherry
Log Shipping, SQL Server, Storage

This weekend I was migrating some databases from one server to another.  As these were rather large databases (about 2 TB in size) and I didn't have the clusters setup on a SAN (using DAS instead) I needed to setup log shipping from one cluster to another so that the downtime when moving was kept...