Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Administering
»
Evaluation Copy?
Evaluation Copy?
Rate Topic
Display Mode
Topic Options
Author
Message
coenzyme77
coenzyme77
Posted Wednesday, September 01, 2010 2:30 PM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Friday, November 11, 2011 12:18 PM
Points: 121,
Visits: 334
Is there a location somewhere in a 2005 SQL Server instance where it is indicated if the instance is running under a licensed or evaluation copy? Thanks for everyone there to help.
Post #979148
Michael Valentine Jones
Michael Valentine Jones
Posted Wednesday, September 01, 2010 3:00 PM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 10:43 AM
Points: 2,945,
Visits: 10,517
select @@version
Post #979164
Richard M.
Richard M.
Posted Friday, September 03, 2010 8:57 AM
Ten Centuries
Group: General Forum Members
Last Login: 2 days ago @ 11:42 AM
Points: 1,058,
Visits: 2,575
Michael Valentine Jones (9/1/2010)
select @@version
That will only provide you with the Version/Edition of the running SQL instance. As of SQL 2005 the licensing info is no longer stored anywhere as it was up to SQL 2000. All you need now is the required paperwork from Microsoft that proves you have the required License. In other words, if you are audited, you need to produce the license info for each 2005+ SQL server installation.
_______________________________________________________________________
For better assistance in answering your questions, click here
Post #980262
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Friday, September 03, 2010 10:46 AM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 11:20 AM
Points: 31,437,
Visits: 13,752
IF it's eval edition, you can get info here:
http://mangalpardeshi.blogspot.com/2009/05/expiration-date-of-sql-server.html
If you want to query each server, I'd think that eval edition had a note in the @@version that it was the version installed. It's also probably in the registry somewhere.
Serverproperty is supposed to return this:
http://msdn.microsoft.com/en-us/library/ms174396%28SQL.90%29.aspx
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #980354
SQLRNNR
SQLRNNR
Posted Friday, September 03, 2010 10:55 AM
SSCoach
Group: General Forum Members
Last Login: Yesterday @ 10:25 AM
Points: 18,754,
Visits: 12,337
I would rely on the Serverproperty function. It will return the various editions (standard, enterprise, eval)
Jason
AKA CirqueDeSQLeil
I have given a name to my pain...
MCM SQL Server 2008
SQL RNNR
Posting Performance Based Questions - Gail Shaw
Posting Data Etiquette - Jeff Moden
Hidden RBAR - Jeff Moden
VLFs and the Tran Log - Kimberly Tripp
Post #980358
Richard M.
Richard M.
Posted Friday, September 03, 2010 12:11 PM
Ten Centuries
Group: General Forum Members
Last Login: 2 days ago @ 11:42 AM
Points: 1,058,
Visits: 2,575
Steve Jones - Editor (9/3/2010)
IF it's eval edition, you can get info here:
http://mangalpardeshi.blogspot.com/2009/05/expiration-date-of-sql-server.html
If you want to query each server, I'd think that eval edition had a note in the @@version that it was the version installed. It's also probably in the registry somewhere.
Serverproperty is supposed to return this:
http://msdn.microsoft.com/en-us/library/ms174396%28SQL.90%29.aspx
'teresting... Didn't know there was a Enterprise
Evaluation
Edition ....
_______________________________________________________________________
For better assistance in answering your questions, click here
Post #980431
sqlbuddy123
sqlbuddy123
Posted Friday, September 03, 2010 12:25 PM
Right there with Babe
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 3:17 PM
Points: 715,
Visits: 1,524
Steve is absolutely right.
Thanks & Regards,
SQLBuddy
Post #980442
coenzyme77
coenzyme77
Posted Tuesday, September 07, 2010 8:56 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Friday, November 11, 2011 12:18 PM
Points: 121,
Visits: 334
Thanks to everyone for taking the time to respond.
Post #981635
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.