How do I setup SharePoint with SQL Always On.
I have two servers SQL1 and SQL2. I created Windows 2012 cluster and called it MyCluster.
I installed SQL Server 2012 SP1 on both servers. I created AlwaysOn group called MyAlwaysOn and added test database to sync between those two servers.
Now I have to install SharePoint 2013. How do I specify the SQL server? Do I say that name is SQL1? Or MyCluster? Or MyAlwaysOn?
MyAlwaysOn does not have IP address or DNS record, so I do not think I can do it. So, is it SQL1 or MyCluster?
If it is SQL1, do I manualy add SharePoint databases to MyAlwaysOn group? How does it work? How will SharePoint know to switch to SQL2?
Anyone knows how to do it right?
Thank you.
Thank you. Eric.