Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / July 2008

Tip: Looking for answers? Try searching our database.

Determine License installed (ms sql 2000 and 2005)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jrod - 29 Jul 2008 14:42 GMT
How can I determine what type of license (CAL or processor based licenses)
are installed per server?
vinu - 29 Jul 2008 14:49 GMT
try

select SERVERPROPERTY('LicenseType')

Signature

vinu
http://oneplace4sql.blogspot.com/

> How can I determine what type of license (CAL or processor based licenses)
> are installed per server?
vinu - 29 Jul 2008 15:01 GMT
If the above query returns DISABLED then locate this "sqlslic.cpl" file in
sql server folder(C:\Program Files\Microsoft SQL Server\80\Tools\Binn) ,
right click->Open with Control Panel.
this will show you the licensing type used

Signature

vinu
http://oneplace4sql.blogspot.com/

> try
>
[quoted text clipped - 3 lines]
>> licenses)
>> are installed per server?
Vicky - 31 Jul 2008 12:18 GMT
Vinu,
I got the result -- DISABLED and then tried to locate the sqlslic.cpl
file at the location you specified but I have not found it there....
Also, I have not found it any where on the Server...

> If the above query returns DISABLED then locate this "sqlslic.cpl" file in
> sql server folder(C:\Program Files\Microsoft SQL Server\80\Tools\Binn) ,
[quoted text clipped - 19 lines]
>
> - Show quoted text -
Aaron Bertrand [SQL Server MVP] - 31 Jul 2008 13:19 GMT
I got the result -- DISABLED and then tried to locate the sqlslic.cpl
file at the location you specified but I have not found it there....
Also, I have not found it any where on the Server...

DISABLED usually means you are using an MSDN copy of SQL Server (so, not a
production license - MSDN licenses are meant for development and testing).
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.