SQL server high availability comes in 2 basic categories. 1) Clustering using a SAN drive and multiple physical servers attached to the disk storage 2) Stand alone equipment acting in parallel A SAN configuration is an expensive solution; typically a disk storage array needs to be purchased with high speed communication channels (typically fibre). Therefore #2 is often the recommended configuration for smaller shops and less critical databases. Awareness of this topic is important for developers ......