We have an application that will access a SQL Server 2012 DB installed on a Windows 7 box. The data access is pretty slow and we will have a max of less than 10 connections at any given time. The main requirement is that the DB must be available as much
as possible. I understand that SQL 2012 has AlwaysOn via windows fail over clustering. In our case we will not have a windows domain controler or a windows server. It will just be a Windows 7 box with a raid setup. Is there anyway to setup redundancy in this
configuration? Basically it is not an option to setup a Windows server and domain controller etc.
↧