根据thislink和thislink,sql server 2008 r2的内部版本号应该是665,但是当我检查我的实例时,我得到了661。为什么?
我正在使用的脚本是:
SELECT @@Version AS Version
, SERVERPROPERTY('Edition') AS Edition
, SERVERPROPERTY('ProductVersion') AS ProductVersion
, SERVERPROPERTY('ProductLevel') AS ProductLevel
, DATABASEPROPERTYEX('master', 'version')
结果是:
版本版本 ProductVersion ProductLevel VersionInternal Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 版权所有 (c) icrosoft Corporation Enterprise Edition (64-bit) on Windows NT 5.2 (Build 3790: Service包 2)
企业版(64 位)
10.50.1600.1 RTM 661