Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 7696

SQLSERVER 2008 Developer Evaluation to - Licensed Upgrade Question

$
0
0

Hi Experts,

I've recently licensed my 2008 R2 Evaluation Edition to Licensed one using Edition Upgrade Method. Once I upgraded , it doesn't show the Evaluation copy anymore.

SELECT    SERVERPROPERTY('ProductVersion') AS ProductVersion,    SERVERPROPERTY('ProductLevel') AS ProductLevel,    SERVERPROPERTY('Edition') AS Edition;GO
10.50.1600.1    RTM    Developer Edition (64-bit)

But, when I'm using the below query it still showing the expiry date as below:

SELECT    create_date AS 'SQL Server Install Date',    DATEADD(DD, 180, create_date) AS 'SQL Server Expiry Date'FROM sys.server_principalsWHERE name = 'NT AUTHORITY\SYSTEM'

SQL Server Install Date        SQL Server Expiry Date
2012-11-22 17:13:20.713    2013-05-21 17:13:20.713

Even SSMS --> HELP--> About shows the expiration date.

Microsoft SQL Server Management Studio Complete (expires in 36 days)    10.50.1600.1

Even though it was rightly upgraded to Licensed product, but still shows expiration day. Am I missing something? Is this properly licensed instance now?

Thanks


Viewing all articles
Browse latest Browse all 7696

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>