0
Answer

Datacontext

Hi,

I have two databases. The second is failover of the first. My question is how Datacontext is handling failover? Do I need to catch SqlException and reiinstantiate the datacontext after the primary database fails?

Thanks