Quantcast
Viewing all articles
Browse latest Browse all 5760

SQL Server number of processors limitation and licenses

In the following link by Microsoft they are showing the number of processors one instance of SQL Server is limited to use

Compute Capacity Limits by Edition of SQL Server

And also they are saying:

"These limits apply to a single instance of SQL Server. They represent the maximum compute capacity that a single instance will use. They do not constrain the server upon which the instance may be deployed. In fact deploying multiple instances of SQL Server on the same physical server is an efficient way to use the compute capacity of a physical server with more sockets and/or cores than the capacity limits below."

My question:
Does this implies that when I licenses the server I licenses all server processors once regardless of the number SQL Server instances installed on that one server. 
For example if I have one server that has 32 cores. I have to buy licenses for all 32 cores once with amount X, but I can install as much instances as I want and the amount X will remain X, and it will not be:
X * number of instances installed 
... is this true ?


Viewing all articles
Browse latest Browse all 5760

Trending Articles