×

查看SQL Server的版本及License

hqy hqy 发表于2026-03-01 23:28:13 浏览7 评论0

抢沙发发表评论

select @@VERSION

1
Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)   Jun 28 2012 08:36:30   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)

SELECT SERVERPROPERTY('LicenseType') as Licensetype, SERVERPROPERTY('NumLicenses') as LicenseNumber,
SERVERPROPERTY('productversion') as Productverion,
SERVERPROPERTY ('productlevel')as ProductLevel,
SERVERPROPERTY ('edition') as SQLEditio;

1
2
Licensetype LicenseNumber   Productverion   ProductLevel    SQLEdition
DISABLED    NULL    10.50.4000.0    SP2 Enterprise Edition (64-bit)


打赏

本文链接:https://kinber.cn/post/6292.html 转载需授权!

分享到:


推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

 您阅读本篇文章共花了: 

群贤毕至

访客