• Gail touched on this, but it is a very important point - with DB Mirroring, the application must support mirroring. Most commonly, by using an "SQL Native Client" odbc driver.

    With Clustering, the application does not need to know anything about the configuration. Even if the Cluster fails-over, the application is not aware that anything happened.

    Andy