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.
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 NULLso where can I enter the CALS for SQL Server 2005thank you |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-04-21 : 13:40:36
|
cross posthttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=65033 |
 |
|
|
|
|