SQL Server 获得独特的“BIOS”;细绳?
在Windows中,我们可以获得一个代表BIOS的唯一字符串(对于该机器来说是唯一的)
在SQL Server中是否有类似的东西,我可以在其中返回该SQL Server安装的身份或BIOS(对于该安装来说是唯一的?)
In Windows we can get a unique string which represents the BIOS (unique to that machine)
Is there anything comparable in SQL Server where I can return the Identity or BIOS of that SQL Server installation (unique to that installation?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许是一个 MAC 地址……尽管每台机器可能有多个。
A MAC address, maybe... although there could be more than one per machine.
我已经构建了扩展存储过程作为 WMI 的桥梁
你可以查询
它可以在http://bummisoft.de/download/XP_WMI.zip。
包含 32 位和 64 位服务器的版本
I have built as extended stroed procedure as bridge to WMI
you could just query
It can be downloaded at http://bummisoft.de/download/XP_WMI.zip.
Versions contained for 32bit and 64bit Servers