CRM 4.0 License Key Location in Database
Posted December 17th, 2008 / 1 Comment
The CRM 4.0 license key is always tricky to find if you don’t know where to look for it. Below we explain where to locate the CRM 4.0 license key inside of the database:
The CRM 4.0 license key is located in the MSCRM_CONFIG database in the ConfigSettings table.
You can use the query below to retrieve it.
USE MSCRM_CONFIG
SELECT LicenseKey FROM ConfigSettings
