I recently built a AlwaysOn Availablity Group for my companies database server on SQL Server 2012. With three databases for mission critical applications running on the database server, we needed a little more protection than a weekly backup that we can restore. So I took two fresh servers, installed Windows Server 2012 Standard and SQL Server 2012 Enterprise on each and found this link, which is a great place to start when building an AlwaysOn Availability group. There's a couple points that were either missing or noted so briefly that I missed them, but it pretty much covers everything from end to end. There's also an ebook called "High Availability Solutions" downloadable from Microsoft with a lot more information and detail.
AlwaysOn Availability Groups and User Accounts
October 28, 2015 with No commentsIn SQL Server on