SQL Server 2005 光盘密钥
我需要获取已安装的 SQL Server 2005 实例的 cd 密钥。我使用了以下代码,但它不起作用,很可能是因为我认为它适用于 SQL Server 2000。请帮忙。
USE master
USE master
EXEC xp_regread 'HKEY_LOCAL_MACHINE',
'SOFTWARE\Microsoft\Microsoft SQL Server\80\registration',
'CD_KEY'
I need to get the cd key of my installed instance of SQL Server 2005. I've used the following code and it doesn't work, most likely because I think it was for SQL Server 2000. Please help.
USE master
USE master
EXEC xp_regread 'HKEY_LOCAL_MACHINE',
'SOFTWARE\Microsoft\Microsoft SQL Server\80\registration',
'CD_KEY'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用ProduKey。它将找到用户计算机上安装的所有Microsoft Office 产品的序列号。
Use ProduKey.It'll find all the serial key of Microsoft Office products installed on a user machine.
我相信对于更高版本的 SQL Server 来说,没有简单的未加密等效项。
但是,有各种第三方工具声称能够检索此信息,例如:
http: //www.nirsoft.net/utils/product_cd_key_viewer.html
http://www.product-key.com/keyfinders/ sql-server-cd-key.htm
I believe that there is no simple unencrypted equivalent of this for later versions of SQL Server.
However, there are various third party tools which claim to be able to retrieve this, such as:
http://www.nirsoft.net/utils/product_cd_key_viewer.html
http://www.product-key.com/keyfinders/sql-server-cd-key.htm
我们购买了一个可以检索 CD 密钥的产品。
We bought a product that retrieves cd keys.