We are developing our business/data tier and one of the developers from another team who is going to be using our component asked if there was a way if the sql server was down when at attempt to fetch/save/delete, we could switch programatically to use one of the replicated sql servers?
To be honest, I am not familiar with failover and things like that. I've heard things about sql server clustering and replication, failover. It just doesn't seem 'right' to do this programmatically in the business tier. So, what do you guys think? Any thoughts or opinions would be great!