SQL Server 2022 Developer Edition

James Prosser 21 Reputation points
2022-11-23T09:37:15.577+00:00

I have installed SQL Server 2022 Developer Edition onto a Windows 11 machine. I am unable to enable Always-On Availability Groups in Configuration Manager as I am told this is not supported by my edition / Windows version.

Can't find anything online that tells me this is not possible. Any ideas?

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Dan Guzman 9,406 Reputation points
    2022-11-23T10:11:56.447+00:00

    The Availability Groups feature on Windows requires a Windows Server OS because it depends on Windows Server Failover Clustering (WSFC). This and other prerequisites are detailed in Prerequisites, Restrictions, and Recommendations for Always On availability groups.

    You can, however, create Windows Server VMs on Windows 11 for testing AGs as long as your machine has virtualization capabilities. A basic setup for a stand-alone lab would consist of a domain controller VM and 2 Windows Server VMs for AG cluster host nodes, each with SQL Server Developer Edition installed.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.