SQL Server standard license 4 socket per Server or per instance

John Nord 0 Reputation points
2023-05-25T06:39:42.1533333+00:00

Using SQL Server standard license. If the physical Windows Server has 8 sockets, can you install two SQL Server instances having one instance using sockets 0..3 and second instance using sockets 4..8?

SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-05-25T09:00:34.7233333+00:00

    The license is per server/cores and you can install up to 50 instances per server.

    0 comments No comments

  2. Anonymous
    2023-05-26T03:03:29.6933333+00:00

    Hi @John Nord

    Each edition of SQL Server has two compute power limitations: sockets and the maximum number of cores reported by the operating system. These limits apply to a single instance of SQL Server. They do not limit the servers on which the instance may be deployed.

    In fact, deploying multiple instances of SQL Server on the same physical server is an efficient use of the physical server's computing power because there are more sockets and/or cores than capacity constraints allow.

    You can refer to this link: https://learn.microsoft.com/en-us/sql/sql-server/compute-capacity-limits-by-edition-of-sql-server?view=sql-server-ver16.

    Best regards,

    Aniya


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.