views:

373

answers:

3

Hi,

I have to test my product with SQL Server database. Based on the search, I know I have to get hold of Developer Edition. I need to know whether for my team of 10 to access the database for testing needs 10 CALs or 10 developer licenses?

I searched enough in the net but couldn't find a straight answer.

My test setup will be like, SQL Server Developer Edition will be installed in a Test QA machine and my team will connect to that machine to test our product with.

Thanks, ramanr

+1  A: 

For SQL Server 2008 Developer, Microsoft's licensing page states:

You must acquire a license for each user you permit to access or use the software. You may install any number of copies on any number of devices for access and use by one user to design, develop, test and demonstrate programs. Only licensed users may access the software.

They also state:

Demonstration. In addition to the licensed user, any person that has access to your internal network may install and use copies of the software to demonstrate use of your programs with the software.

ISTR SQL Server 2005 is similar: i.e., one copy per developer.

Chris J
+1  A: 

In addition to Chris J's answer, the licensing also provides:

II) Additional Licensing Requirements and/or Use Rights.

User Testing. Your end users may access the software to perform acceptance tests on your programs.

MichaelGG
+1  A: 

Microsoft answers:
http://www.microsoft.com/sqlserver/2005/en/us/developer.aspx

Dan S