Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 where can I enter CALs in SQL Server 2005

Author  Topic 

michaelxvo
Starting Member

47 Posts

Posted - 2006-04-20 : 12:50:43
In SQL server 2000. It allows me to enter the number of CALs (clients access licenses) during installation. But in SQL Server 2005, during installation, It does not allow to enter the number of CALS.
after installation, when I run this code:
SELECT SERVERPROPERTY('LicenseType') AS 'Licensing',
SERVERPROPERTY('NumLicenses') AS 'CALs'

IT REPORTS Licensing as DISABLED,
CALs as NULL

so where can I enter the CALS for SQL Server 2005
thank you

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-04-21 : 13:40:36
cross post
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=65033
Go to Top of Page
   

- Advertisement -