September 19, 2011 7:13 PM
Posted by: Denny Cherry
Clustering,
Indexing,
SQL Saturday,
SQL Saturday 95,
SQL ServerThis last weekend was SQL Saturday 95, and it was a great event. I was speaking during 5 sessions. Three were my own sessions, and two were panels (one panel I did solo as my co-presenter got sick and couldn't make it). For my three sessions you'll find my slide decks below.
August 18, 2011 4:30 PM
Posted by: Denny Cherry
Clustering,
Database,
Permissions,
Security,
SQL ServerRecently I was working with a clients SQL Server cluster. The managed service provide had installed some Windows patches causing the SQL Cluster to fail over to the other node. No big deal, everything appeared to be working as normal.
After a couple of days we noticed...
January 4, 2010 11:00 AM
Posted by: Denny Cherry
Clustering,
Microsoft Cluster ServiceWhen you build a new Microsoft Cluster Server cluster always be sure to fail over all the drives between all the nodes before installing SQL Server on it and deploying the cluster to production. The first time that you fail over a cluster from one node to another the disks can take a very long...
December 28, 2009 11:00 AM
Posted by: Denny Cherry
Clustering,
SQLThis question has come up a couple of times on various forums on the Inter-webs so I figured I'd write up something a little more in-depth than I'd be able to do on a forum.
There's no way to easily flip a standalone SQL Server instance to a clustered instance. However moving a standalone...
November 23, 2009 11:00 AM
Posted by: Denny Cherry
Clustering,
Migration,
SQLA little while back I posted about how to move a standalone instance to a clustered instance using a different name and IP, but what do you do when you...
October 2, 2009 7:14 PM
Posted by: Denny Cherry
Clustering,
iSCSI,
SQL,
Starwind,
WebcastAll,
On October 21st, 2009 at 11am (Pacific) / 2pm (Eastern) I'm going to be presenting a free Webcast on how to setup a Windows 2008 Cluster when using iSCSI. Additionally I'll be going over some tuning tricks you can use to improve the performance of your iSCSI network.
October 1, 2009 11:00 AM
Posted by: Denny Cherry
Clustering,
SQLWhile many of the technologies used for HA and DR are similar (or even the same) HA and DR are two different types of events which should be handled differently.
September 17, 2009 11:00 AM
Posted by: Denny Cherry
Index Performance,
Index Scan,
Index Seek,
Indexing,
T/SQLThe datetime data type can be one of the hardest to work with when it comes to index optimization. Most queries that use a datetime data type for filtering (part of the where clause) only want to match the date portion of the value. Most people handle this via a convert function around the date...
September 9, 2009 1:55 AM
Posted by: Denny Cherry
Index Performance,
Performance Problems,
SQL Server,
SQL Server 2000,
SQL Server 2005,
SQL Server 2008,
Statistics,
White PaperToday I'm publishing a white paper which I wrote for our Customer Service department to give to our customers. It explains why database maintenance is so important in keeping your database happy and healthy.