Archive

Posts Tagged ‘MSCRM_Config’

Access the MS CRM 4.0 license key

May 17th, 2010 DynamicsMSCRM No comments

Formally you could find the MSCRM linense key in the License table of YOUR_MSCRM database, however with 4.0 this has been moved, you can use a SQL query to retrieve you MSCRM 4.0 license key. To find it, run the following query on the MSCRM_CONFIG database.

select LicenseKey from ConfigSettings

  • Share/Bookmark
Categories: License Tags: , ,