Additional SQL Server features and topics not covered by specific categories
For SQL Server, the key point is that licensing is generally based on usage rights, not on technical activation. SQL Server 2022 does not behave like Windows desktop software where a product key “deactivates” another installation if reused. In most enterprise deployments, the product key is mainly used during setup, and Microsoft does not automatically shut down or deactivate the production cluster because the same key was entered on another server.
For a Disaster Recovery environment, Microsoft does allow certain passive failover rights, but the details depend on your edition and Software Assurance status. If your production SQL Server licenses include active Software Assurance, you typically get rights to run a passive secondary server for disaster recovery without buying a completely separate SQL Server license for that DR node. The passive DR server must truly be passive except for limited activities such as synchronization, health checks, and periodic DR testing.
If the DR SQL cluster is powered off most of the time and only used during DR exercises or an actual disaster, that generally aligns with Microsoft’s intended passive failover use case. However, there are important limitations. The DR instance cannot be serving production workloads, reporting, analytics, backups for production benefit, or anything considered active usage outside the allowed DR scope. Also, DR testing is allowed only within Microsoft’s permitted testing windows and conditions under Software Assurance.
If you do not have Software Assurance on the production licenses, then failover rights are much more limited, and in many cases the DR environment would require its own licenses even if it stays powered off.
Technically, during installation you can usually enter the same SQL Server product key on the DR cluster without causing activation conflicts or deactivating production. SQL Server itself does not continuously enforce licensing through online activation in the way many consumer products do. The real risk is compliance during a Microsoft license audit, not a technical lockout.
Also keep in mind that for WSFC itself, Windows Server licensing rules are separate from SQL Server licensing. The DR nodes still need proper Windows Server licensing even if SQL licensing is covered through passive failover rights.
The safest approach would be to verify your exact entitlement against Microsoft SQL Server 2022 licensing guide, your Software Assurance agreement, and whether you are using Standard or Enterprise Edition.
Enterprise Edition with Software Assurance is the most common setup for fully covered passive DR rights.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin