I am planning on making SQL Server continuously available. I read about Windows 2012 Scale out File Server. Okay, I have planned to host my database on SMB 3.0 share, make it continuous available and all but this only makes data access continuously available.
What is the machine where the SQL server service is running crashes ? How can I make the SQL server service continuously available such that if the machine where the service is hosted crashes, it fails over to another machine.
Same with IIS. Can I create virtual directories on SMB continuous available share ?