Avatar of llj45
llj45
 asked on

prove that SQL Server 2008 allows multiple instances using only 1 license

Hi,
  Thanks in advance for the help!

  I have to prove to an otherwise knowledgeable experienced SQL Sever DBA that SQL Server2008 allows the use of multiple instances under one license in an enterprise or large scale environment.  These two instances would be on the same virtual database server with each instance clearly visible to other.
  Could you point me to the Microsoft web page which clearly provides this information for this large scale environment? or If I am mistaken, where does it say that another license is required.
  I need additional evidence that each license is legal to use for X number of instances and details of the legal use of the license and the instances.
  Otherwise a discussion will simply degenerate into a yes, you can and no, you can't argument.
  Unfortunately, I do not know exactly what version of SQL Server 2008 is being used.  It does involve the use RDP and cals.
  How does the IP address of the instance affect this situation?  I was told that each instance would need a new IP address?  I do not know why.
Thanks, LLJ45
Microsoft SQL Server 2008

Avatar of undefined
Last Comment
llj45

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Humpdy

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Humpdy

no, each instance does not need a new IP address !!

your default instance would be say

YOURSERVER\MSSQLSERVER

a new instance installed you name whatever you want, and will be connected to by

YOURSERVER\NEWINSTANCE
YOURSERVER\NEWINSTANCE2
YOURSERVER\NEWINSTANCE3
etc etc

you can replace the server name with the IP address if you wish also.
llj45

ASKER
Hi,
  Thanks.

  Can each instance legally have a different IP address and still use the single license?
  Different IP addresses seem to be the way of doing this kind of work in this situation.  If possible, please show the support for this fact to me online as I will have to document this fact to the person with which I am having this discussion.
LLJ45
llj45

ASKER
Hi, Humpdy
  Could you please answer my question concerning instances and IP addresses?  Again, please show the support for this fact to me from an online source.
Many Thanks, LLJ45
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
SOLUTION
DFW_Ed

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
llj45

ASKER
?