Hi Renrick,
I see the automated Q&A Assist bot gave you a solid overview of the SQL Server side of things, but it completely left you hanging regarding the Windows Server OS! Navigating Microsoft licensing for Disaster Recovery can definitely feel like a maze, so let's break down exactly what you need for both.
The short answer to whether you need licenses for the DR site is: It entirely depends on whether you have active Software Assurance (SA) and what your underlying DR hardware looks like.
Here is the practical, real-world breakdown:
- SQL Server (The Application Layer)
The bot was spot on here. If your primary SQL Server licenses have active Software Assurance (SA) or are subscription-based, Microsoft grants you "Failover Rights." This means your offline, passive replica at the DR site does not need an additional SQL Server license. However, if you bought those SQL licenses outright (perpetual) without SA, you technically must fully license that passive DR instance.
- Windows Server (The OS Layer)
This is where the rules change, and it's the part the AI missed. Unlike SQL, Windows Server is licensed at the physical hardware level (per physical core).
Even if those replicated VMs are completely powered off and just waiting at your DR site, the physical host servers at that DR location must be fully licensed with Windows Server cores to support them when they do turn on. Microsoft generally does not offer a "free passive" on-premises license for the base Windows Server OS. (Note: The only major exception is if your DR site is in Microsoft Azure, where you can leverage specific Azure Hybrid Benefits for Disaster Recovery).
In summary: You will almost certainly need to buy Windows Server licenses for the physical hosts at your DR location. For SQL Server, you are safe and don't need extra licenses only if your primary site has active Software Assurance.
I highly recommend checking with your IT procurement team or Microsoft reseller to verify your Software Assurance status before spinning up the DR site.
I hope this fills in the blanks the AI left behind! Please let me know if you need any more clarification on how the core licensing math works.
Tracy.