SQL Server 2005 光盘密钥

发布于 2024-07-27 13:15:56 字数 247 浏览 4 评论 0原文

我需要获取已安装的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

清眉祭 2024-08-03 13:15:56

使用ProduKey。它将找到用户计算机上安装的所有Microsoft Office 产品的序列号。

Use ProduKey.It'll find all the serial key of Microsoft Office products installed on a user machine.

内心旳酸楚 2024-08-03 13:15:56

相信对于更高版本的 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

笑梦风尘 2024-08-03 13:15:56

我们购买了一个可以检索 CD 密钥的产品。

We bought a product that retrieves cd keys.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文