SQL Server with Mr. Denny:

Database


November 28, 2011  2:00 PM

Using CNAMEs with clustered file share resources



Posted by: Denny Cherry
Clustering

One of the questions that I see on the forums every once in a while is how to get a CNAME working with a network share.  For example if you have a cluster where the server names are "SERVER1 and SERVER2" and the virtual name is "VIRT1" how can I allow users to connect to the network shares by...

September 19, 2011  7:13 PM

Slide Decks for #sqlsat95



Posted by: Denny Cherry
Clustering, Indexing, SQL Saturday, SQL Saturday 95, SQL Server

This 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

When working with SQL in a cluster, the account rights on both nodes of the cluster need to be the same



Posted by: Denny Cherry
Clustering, Database, Permissions, Security, SQL Server

Recently 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

When setting up a new Windows Cluster test failover before releasing to production



Posted by: Denny Cherry
Clustering, Microsoft Cluster Service

When 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

How to convert a standalone instance to a clustered instance



Posted by: Denny Cherry
Clustering, SQL

This 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

Moving a standalone instance to a cluster while keeping the name and IP



Posted by: Denny Cherry
Clustering, Migration, SQL

A 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

Join me on Oct 21st for a Clustering with iSCSI Presentation



Posted by: Denny Cherry
Clustering, iSCSI, SQL, Starwind, Webcast

All, 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

HA and DR require the same techniques right?



Posted by: Denny Cherry
Clustering, SQL

While 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.

Bookmark and Share     0 Comments     RSS Feed     Email a friend


September 17, 2009  11:00 AM

Dates can easily be the hardest datatype to work with.



Posted by: Denny Cherry
Index Performance, Index Scan, Index Seek, Indexing, T/SQL

The 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

Whitepaper on why database maintenance is important



Posted by: Denny Cherry
Index Performance, Performance Problems, SQL Server, SQL Server 2000, SQL Server 2005, SQL Server 2008, Statistics, White Paper

Today 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.