SQLServer 2008 Failover

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
arjun_004
Participant
Posts: 12
Joined: Wed Feb 07, 2007 2:10 am
Location: Mumbai
Contact:

SQLServer 2008 Failover

Post by arjun_004 »

Hi All,

We have requirement to load data in SQLServer 2008 Standard R2 database.
In addition we have to handle the Database fail over.
If Principle server is down, then jobs should load into the mirror server.

Do we have any option in Datastage/DSN to specify the Mirror sql server. ??

Thanks in advance.
Thanks & Regards
Arjun Kumar
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I haven't done failovers on SQL-Server, but doesn't the failover database inherit the database name and other attributes, making a failover almost transparent to the database users and not requiring multiple settings?
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

I'm not aware of a setting for this within DataStage itself, but the included DataDirect ODBC drivers may provide support for failover with SQL Server.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There's failover and then there's transparent failover. Which are you looking for? Disclaimer: I have no clue if SQL Server supports the latter, I just know the difference exists as I've had to deal with it in other environments in the past.
-craig

"You can never have too many knives" -- Logan Nine Fingers
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

I think SQL Server 2012 may support a transparent failover, but not sure if 2008 R2 does unless it's through Windows Clustering.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
arjun_004
Participant
Posts: 12
Joined: Wed Feb 07, 2007 2:10 am
Location: Mumbai
Contact:

Post by arjun_004 »

In case of Oracle we have the option in odbc.ini,We can specify the alternate server in odbc.ini

Looking for the similar option Sqlserver 2008.
Will it work if we specify the alternate server in odbc.in while creating DSN for sql server ??
Thanks & Regards
Arjun Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Thought probably not conclusive, there's nothing here that seems like what you are looking for.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply