Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检索有关数据库服务器的版本和名称信息。
xp_msver( the_option )
the_option 此字符串必须是以下字符串之一,并且用字符串分隔符括起来。
版本号,其后是内部版本号。格式如下:
12.0.0.2413
返回以下字符串:
iAnywhere Solutions, Inc.
xp_msver 返回产品、公司、版本和其它信息。
无
以下语句请求版本和操作系统说明:
SELECT xp_msver( 'ProductVersion') Version, xp_msver( 'FileDescription' ) Description;
示例输出如下。具体系统上的版本值可能会有所不同。