January 24, 2011 2:00 PM
Posted by: Denny Cherry
Social Commentary,
SQL Server,
StorageSo 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
Posted by: Denny Cherry
Data Encryption,
SQL Saturday,
SQL Saturday 62,
SQL Server,
StorageI 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)?
January 17, 2011 2:00 PM
Posted by: Denny Cherry
Cache,
SQL Server,
StorageThe 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
Posted by: Denny Cherry
iSCSI,
SQL Server,
StorageYou’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
Posted by: Denny Cherry
In Person Events,
SQL Saturday,
SQL Saturday 62,
SQL Server,
Storage,
VirtualizationHave 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
Posted by: Denny Cherry
Backup & recovery,
BACKUP DATABASE,
RackSpaceSo 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
Posted by: Denny Cherry
EMC,
SQL Server,
StorageNo, 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
Posted by: Denny Cherry
DR,
EMC,
StorageIt 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
Posted by: Denny Cherry
Log Shipping,
SQL Server,
StorageThis 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...