vote up 1 vote down star

I need to purchase SQL Server 2008 Standard edition, because it's features fit what I need. On the features page, it says it can handle 32,767 user connections, but how does that connect with CALs?

What are CALs and how can they affect a project?

flag

2 Answers

vote up 2 vote down check

A CAL is a client access license.

SQL Server 2008 has 3 licensing models (explained here):

  • Processor Licensing Model
  • Server Plus Device CALs Licensing Model
  • Server Plus User CALs Licensing Model

You try and select the cheapest model that meets your requirements.

From this page:

Q: What is the difference between device client access licenses (CALs) and user CALs?

A. A device CAL allows any number of users to gain access to licensed server software from a particular device. A user CAL lets a particular user gain access to licensed server software from any number of devices. In other words, a user CAL covers a particular user's access to the server software from work computers and laptops, as well as from home computers, handheld computers, Internet kiosks, and other devices. A device CAL covers access by multiple users to server software from a single, shared device.

link|flag
Thanks. That helped a lot :) – changelog Nov 19 '08 at 13:25
vote up 2 vote down

Also, the use of "multiplexing" is not allowed, which means you can't buy a single CAL and have an applications server relay database requests on behalf of its' own connections.

For most projects, certainly in my experience, buying individual CALs doesn't sustain it's initial cost-effectiveness as the system scales. If possible, make the investment in the processor licences.

link|flag
ouch that hurt. – changelog Nov 19 '08 at 13:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.