"Jason Blake" <JasonBlake@discussions.microsoft.com> wrote in message
news:2F14FDCE-94BB-4F83-9AD6-CE6D27BF72BB@microsoft.com...
> thanks for the reply barry..... forgetting the connection side, from a
> licensing point of view... if i have 100 PCs at a site that may want to
> connect to SQL server but only ever a maximum of 10pcs at once will
> connect
> at one time to SQL do i Have to purchase 100 device cals or 10 device
> cals.
>
> thanks.
>
>
>
> "Barry Andrew Hall" wrote:
>
>> Hi,
>>
>> That allows upto 10 "connections" at once yes.
>>
>> Please bear in mind that you application can open a connection, get data,
>> then close the connection often in miliseconds.
>>
>> I think you are probably looking for connection pooling. see
>>
http://msdn2.microsoft.com/en-us/library/8xx3tyca.aspx >>
>> Basically you have your 10 CAL's in a pot. Now what happens is user1
>> wants
>> data, they take a connection from the pot, use it and it gets put back.
>> bearing in mind if you have good design the query should take miliseconds
>> or
>> seconds, you will find that even if a user needs data and all 10
>> connections
>> are currently being used, they may have to wait a few seconds for a
>> connection for them to become available. Its a massive topic but very
>> interesting and well worth learning. Check out that link ;-)
>>
>> Barry Andrew
>>
>> "Jason Blake" <JasonBlake@discussions.microsoft.com> wrote in message
>> news:3811CD5B-A9B1-4CB4-9126-8C982EE4303A@microsoft.com...
>> > If I purchase sql 2005 server standard edition with 10 user/device cals
>> > does
>> > this allow up to 10 users or devices to be able to access the SQL
>> > server
>> > at
>> > once ? IF an 11th user/device tries to connect do they get refused. ?
>> >
>> > If i have 20 devices/users that may want to use the SQL Server but only
>> > a
>> > max of 10 will use it at a time controlled by a software application do
>> > I
>> > have to purchase 20 Cals or 10...
>> >
>> > thanks for any response...
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>>
>>