SQL Licensing with NUMA

  • Hi,

    If I limit the number of used cores limited on my SQL instance using soft NUMA, does it reduces my licensing cost as well ?

    To be specific, I have a 64 Cores hardware NUMA configuration with 4 NUMA nodes(even distribution) with 9 SQL Instances on it. We are planning to implement Soft NUMA and allocate less processors to low CPU using instances.

    Thanks for your response.

  • You always pay for the physical cores in the machine, regardless of the number of cores you assign to sql server with affinity or other means. On that machine you can have as many instances as you want (the limit is 50).

    -- Gianluca Sartori

  • Thanks for your response. 🙂

    Another quick one. When I run these instances on a cluster, does it makes a difference in licensing cost if half of the instance run on one node and another half on second, instead of all running on one node.

  • In the past, passive nodes did not need to be licensed.

    With SQL Server 2014, you have to license all the nodes in a cluster, even if they are passive. The exception to that rule is software assurance: if you have software assurance, you don't need to license the passive nodes.

    -- Gianluca Sartori

  • Thanks a ton for your help :). This means if I have a cluster with 8 Core CPU on both nodes, 1 will have to pay for 16 cores in an active passive configuration !!!:w00t:

  • Yes, unless you have software assurance, which I expect to be much cheaper than SQL Server licenses.

    -- Gianluca Sartori

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply