CRM 4.0 License Key Location in Database
By Peter Bertell in Dynamics CRM, License Key on Wednesday, December 17th, 2008
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



Very helpful information! How about user count for that particular license key? Could you let me know where that located?