Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
daimne
Starting Member
17 Posts |
Posted - 2008-10-10 : 12:26:30
|
we are running non .net application that accessing 2005 server in a mirror. when we failovered to the mirror DB pushing failover button, how to make the non .net application failover to the mirror server not changing the application?TIA |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-10-10 : 12:33:23
|
You have to specify Failover Partner in connection String.See :Application Failover in Database mirroring for whitepaper |
 |
|
daimne
Starting Member
17 Posts |
Posted - 2008-10-14 : 00:09:57
|
thanks! the problem is that we don't have an access the application and can't modify its java code. Did you try any other way to set failover for mirroring? |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-10-14 : 08:38:35
|
Thats the only way to set failover. |
 |
|
daimne
Starting Member
17 Posts |
Posted - 2008-10-17 : 18:32:09
|
have you tried using a switch ip pool? |
 |
|
|
|
|