Hello, I've read about the options for failover cluster on SQL Server 2016, so if I want to have high availability with my SQL Server I've to:
- Create a shared storage on server 1
- Install SQL server on servers 2 and 3
- Create the failover cluster
This scenario will work if either servers 2 or 3 fails, so the other server still running and there is no interruption, but what if the server 1 with the shared storage fails??? :O
so hope someone can help me to answer this questions:
- Can I create a cluster on the server 1 with the shared storage?
- I wish to minimize the time for a recovery in the event of a server fail on 1
Thanks alot.