Hi Branden Holloway,
Starting with SQL Server 2022 and continuing with 2025, Microsoft has shifted heavily towards a subscription model. If you buy a Perpetual License (pay once, own forever) for a Virtual Machine, Software Assurance (SA) is MANDATORY if you want "License Mobility." Without SA, your license is legally tied to a specific physical host. If the VM moves to another host in your cluster (vMotion/Live Migration), you are technically out of compliance.
Since you have 100 clients but only 2 VMs, you have two options:
- Server + CAL Model: You buy 2 Server licenses + 100 User CALs. This is usually cheaper for your specific ratio.
- Core Model: You license the virtual cores of the VMs (minimum 4 cores per VM). This covers unlimited users.
Buy SQL Server 2025 via Subscription (CSP). It includes SA benefits by default. This gives you:
- License Mobility: Move VMs between hosts freely.
- Azure Hybrid Benefit: If you ever move these to the cloud.
- Cost: No massive upfront perpetual cost; it's an operational expense.
If these VMs are on a cluster and can migrate, do not buy perpetual without SA. You will fail an audit. Go with the Subscription model (CSP) to stay safe and flexible.
If this clears up the licensing fog, please click "Accept Answer".
Tracy Le.