November 19, 2013 at 2:14 pm
Hi everybody,
I have a SQL Server 2008 R2 installation (180 evaluation day) that expired this week and now I need to register a valid product key and I would like to know how to do it. (I think using the same SQLServer_installation CD but I'm not sure)
I will appreciate some comments about this procedure.
Thanks in advance.
November 19, 2013 at 2:21 pm
November 19, 2013 at 2:31 pm
Keith,
Thanks for sharing the procedure.
¿Is the same when you use the Installation CD (Maintenance - Edition - Upgrade)?
November 19, 2013 at 2:34 pm
November 19, 2013 at 2:51 pm
I have already solved.
Thanks for helping me.
November 19, 2013 at 3:07 pm
After apply the new product key (valid) ¿how can I be sure is not a free evaluation?
where i can check that
November 19, 2013 at 3:28 pm
willian.funes (11/19/2013)
After apply the new product key (valid) ¿how can I be sure is not a free evaluation?where i can check that
One way is to open SSMS, right click on the instance, select Properties, and on the GENERAL tab, look at the second row down where it identifies "PRODUCT".
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2013 at 3:47 pm
Jeff,
I have applied the valid product key but according to your procedure (to confirm) the second row just say "Microsoft SQL Server Standard Edition (64-bit)"
I just want to be sure i already dont have a free edition.
November 19, 2013 at 3:49 pm
It's no longer a free edition. For a free edition it would say Evaluation Edition
November 19, 2013 at 4:01 pm
you could use this will show you the edition - I used this on a SQL 2008 R2 machine
SELECT SERVERPROPERTY('Edition') AS [Edition]
No signature available.
November 19, 2013 at 4:12 pm
Done.
Thanks everybody for sharing knowledge.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply