• Your main issue in trying to set up an active/active failover cluster as a scale-out solution (as opposed to an availability solution which is what failover clusters are really designed for) is synchronising the content in both instances. The only way I can think of doing this would be to set up transactional replication with the immediately updating subscribers option between the two databases. This should work in theory although I have yet to test or implement such a solution in our environment.