Link to home
Start Free TrialLog in
Avatar of sullend
sullend

asked on

SQL 2012 cluster how to..

Looking for a good site to explain how to setup a SQL 2012 cluster with 2 servers at different sites,(in case of network, or power failure)
The sites are in the same Windows Security domain, with an MPLS 100Mb connection between them.

I have a SQL DB that is used for payroll and I have to provided redundancy to the DB at all times..
ASKER CERTIFIED SOLUTION
Avatar of Ryan McCauley
Ryan McCauley
Flag of United States of America image

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
Rather than a Windows Failover Cluster (what I assume you're referring to), you might want to consider something like AlwaysOn (...)
Well, AlwaysOn needs WFC, so he will always need to set a Wndows Cluster.

I have a SQL DB that is used for payroll and I have to provided redundancy to the DB at all times..
What are the RTO (recovery time objective) and RPO (recovery point objective) requirements?
Sure, AlwaysOn requires WSFC, but it doesn't require shared storage, which is the big hold-up that can wrinkle the desire to do a geo-dispersed cluster. With the newer versions of Windows, you can have the cluster use a file share for quorum instead of a disk, so there's no requirement for a single shared physical resource of any kind.