October 4, 2009 at 5:47 pm
I am trying to figure out what type of CAL or license is being used on our current 2005 server. I'm using this as a baseline for our 2008 server because I didn't place the 2005 original order and the old receipt is no help.
October 4, 2009 at 7:25 pm
SELECT SERVERPROPERTY('LicenseType')
Mode of this instance of SQL Server.
PER_SEAT = Per Seat mode
PER_PROCESSOR = Per-processor mode
DISABLED = Licensing is disabled.
Base data type: nvarchar(128)
October 5, 2009 at 9:35 am
I believe for SQL 2005 and better you're always going to get DISABLED back from that query.
Licensing isn't embedded in SQL or the registry anymore. You need to keep track of this as a "paper only" license.
October 5, 2009 at 10:21 am
You may be right..
CEWII
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply