Can I find an installed SQL Server's CD key from the Windows registry? I have the software, but I've misplaced the key.
Specific paths to registry keys vary based on how you've installed and upgraded SQL Server. In my registry, the CD key is at the following registry path:
HKEY_LOCAL_MACHINE\SOFTWARE
\Microsoft\Microsoft SQL Server
\80\registration\CD_KEY
On ...