Quantcast
Channel: Microsoft SQL Server
Viewing all articles
Browse latest Browse all 4871

mssql server 2016 - how to setup alwaysOn group with windows failsafe

$
0
0

#1 -- I have setup 2 sqlservers on 2 servers, cotp5 and cotp6:

cotp5/inst1 and cotp6/inst2

i have put them in an alwaysOn group: group1.  i can fail over from inst1 to inst2 with success.

#2 -- also, i have a set of servers with the windows failsafe cluster configured:

cotfs/mssqlInst on serverA and serveB

with this setup, i can failover from serverA to serverB, my application will pickup the same database connection after the failover.

what if i want the alwaysOn group with the same connection, like combine #1 and #2.  

What do i need to setup to accomplish this?

thanks.



Viewing all articles
Browse latest Browse all 4871

Trending Articles