Use this tag for questions related to Automatic failover, which is supported only in database mirroring sessions.
Questions tagged [automatic-failover]
34 questions
0
votes
1 answer
Db fail over in Mirrored environment causing connection attempts from web app to fail until the application pool is restarted
I have a mirrored sql server db environment. A load balanced application hosted in IIS is accessing the databases. In Connection string I have mentioned FailOver partner. When I am performing fail over from db1 to db2 the application fails to…

Ajith
- 1,447
- 2
- 17
- 31
0
votes
0 answers
wso2 automatic failover in esb cluster (on worker nodes)
now wso2 ELB is deprecated so we have to use nginx plus.
How ensure an automatic failover with worker nodes attached to an ESB cluster?
have we to implement a check health on nginx plus or is there a wso2 configuration on esb cluster ?
Thank…

Hassan Boutougha
- 3,871
- 1
- 17
- 17
-1
votes
1 answer
MongoDB as failover database
If a system is already running SQL Server, is it possible to use a NoSQL database (i,e MongoDb in particular) as the failover database in a SQL Server failover environment? Such that if the primary SQL node fails the secondary node running/hosting…