Is it possible to set up a sql server cluster that only fails over some databases? What I'd like to do is set up a 2 node cluster, have the production database instance on the primary node, and a development database instance on the failover node. I don't want the development instance failing over to the primary instance if it goes down, but I'd like to disable the development instance if the production instance goes down.
Thanks