Dynamic CRM 获取license from DataBase 【转】

Retrieve your Dynamics CRM license key easily

 

How to Retrieve Dynamics CRM License Key

Open up your SQL Server instance, and locate the MSCRM_Config database.

Retrieve your Dynamics CRM license key easily - Image 01

Retrieve your Dynamics CRM license key easily – Image 01

Fire up the following Query and you should have the license key right in front of you:

 

1

SELECT NVarCharColumn FROM ConfigSettingsProperties where ColumnName = 'LicenseKeyV6RTM'

 

 

Retrieve your Dynamics CRM license key easily – Image 02

 

 

Retrieve your Dynamics CRM license key easily – Image 03

In this case, I used the Microsoft Dynamics CRM Server 2013 (no CAL limit) Trial key. The key happens to be “CQWW3-TNXBF-HRQWC-CVTW9-M968H” which is returned by the query result.

The above query works for CRM 2013. But if you want to do the same for CRM 2011, there will be a slight change in the query. Everything else remains the same; meaning you’ll need to query the MSCRM_CONFIG database here as well.

 

1

SELECT LicenseKeyV5RTM FROM ConfigSettings

Executing the above query should display the License Key used to register CRM 2011.

 

Retrieve your Dynamics CRM license key easily – Image 04

The above key that you see is again a Trial Key for Dynamics CRM 2011 that was used while installation.

For CRM 4.0, there’s a change in query again. The database remains the same. Following will list the license key.

 

1

SELECT LicenseKey FROM ConfigSettings

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值