HomeDatabaseMicrosoft SQL Server: Determining CD Key

Microsoft SQL Server: Determining CD Key

You can easily determine your CD key for your SQL Server software by just typing a few lines into the query window. To do this:


1. Open up the query window.

2. Copy and paste the following:

USE master
USE master
EXEC xp_regread 'HKEY_LOCAL_MACHINE',
'SOFTWARE\Microsoft\Microsoft SQL Server\80\registration',
'CD_KEY'

3. Execute the query.

The results will give you the CD key under the Data column.

Rob Rogers
Rob Rogers
Once a prolific author here on Tech-Recipes, Rob has moved on to greener pastures.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

LATEST REVIEWS

Recent Comments

error: Content is protected !!