Link to home
Start Free TrialLog in
Avatar of david_32
david_32

asked on

setup up an ODBC connection for mirroring with SQL Server Driver

Hi,

I am setting up a ODBC connection using SQL Server driver (not native client).

I have an option in this setup which is greyed out relating to mirroring which I would like enabled

Use The Failover SQL Server If The Primary SQL Server Is Not AvailableIf the primary server becomes unavailable, the driver attempts to reconnect to the primary SQL Server; failing that, it attempts to connect to the failover server. The failover server must be defined at the SQL Server.


I have made my mirror database the default. How can I define the failover server at SQL server?
Avatar of dqmq
dqmq
Flag of United States of America image

That means you need to first have a primary database and a mirror database configured to SQL server.  Then point the ODBC datasource to the primary.  If the option is set, the ODBC driver will attempt to failover to the mirror if the primary becomes unavailable.  
Avatar of david_32
david_32

ASKER

That is all done (i.e. I have a primary and mirror). The problem is the option is greyed out using SQL server driver.
>I have made my mirror database the default.

What do you mean?
ASKER CERTIFIED SOLUTION
Avatar of david_32
david_32

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have no further suggestions.  Any one else?