Hi guys,
I just implemented a Hospital Management Information System (HMIS) in my organization which runs on Microsoft SQL server 2112 Standard. I have provided 2 servers for redundancy and availability but its not yet configured.
How best can i setup my infrastructure so that both servers will be used for HA. I don't have a SAN or any storage system in place. I currently run on Microsoft SQL server 2012 standard.
I will want my primary server to replicate to my secondary server, so that if primary server goes down, secondary server can continue operation with minimal down time.
Thanks