Activation of SQL server 2005 Standard

Hi,
my SQL version is 2005 standard. I have to activate with license.

I have already installed 2005 standard but now I want to activate with my new license. is it possible. can anyone give me steps to activate with license.

Thanks,

July 7th, 2015 2:17am

Hello - As far as I am aware, Unlike Windows Operating System, there is no activation process required for SQL Server Standard Edition. The process is only applicable for Enterprise Evaluation Edition which has built-in Expiry period of 180 Days after which you have upgrade to either Enterprise edition or follow steps to downgrade it.

For Non-trial editions such as Standard Edition or Enterprise edition, you just need to make sure that you have valid License in Soft copy or Hard-copy

More information here:

http://www.techsoup.org/support/articles-and-how-tos/guide-to-sql-server-editions-and-licensing#licensing

Hope this helps !

Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 2:33am

Hello Manu,

Thank you for your email.

please find the screenshot attached and suggest on the same.

Thank in advance.

July 7th, 2015 2:42am

Hello - There is no screenshot that we can see. Can you post it correctly again ?
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 2:46am

Hi,

sorry. please find the screenshot attached here.

Thanks,

July 7th, 2015 2:51am

Its already standard.
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 2:58am

Yes, it is a standard and it is going to expire in 57 days. I want to activate the permanent license. how can we do that. is there a way of activation of license without uninstall and reinstall.

Thanks,

July 7th, 2015 3:00am

Hello - You need not worry about this. The information displayed is only for illustration purpose and is valid ONLY for Enterprise Evaluation Edition.

In-fact in my environment, I am already running SQL Server 2008 Standard Edition which as per the below T-SQL query should have got expired on 15th March 2015 whereas It did not because it is Standard Edition.

Just be sure that you have obtained paper or soft-copy license from Microsoft


SELECT
@@SERVERNAME SERVERNAME,
CREATE_DATE 'Installation Date',
SERVERPROPERTY('EDITION') 'Edition',
DATEADD(DD, 180, CREATE_DATE) AS 'Expiry Date'
FROM SYS.SERVER_PRINCIPALS
WHERE SID = 0X010100000000000512000000

Hope this helps !


Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 3:02am

Hello Manu,

Thanks for your reply. I am using the same query.

I am worried as it is production environment. how can we can check whether the license is applied or not?

Thanks & Regards,

Prasad

July 7th, 2015 3:05am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics