Home  >  Article  >  Database  >  sql server 2000 版本查询

sql server 2000 版本查询

WBOY
WBOYOriginal
2016-06-07 14:53:221783browse

确定已安装的 SQL Server 2000 Database Components 版本 使用 isql、osql 或查询分析器,对数据库引擎实例执行以下查询之一。 SELECT SERVERPROPERTY('ProductLevel') SELECT @@VERSION SELECT SERVERPROPERTY('ProductVersion') 利用下表确定您的 Databa

  确定已安装的 SQL Server 2000 Database Components 版本

  使用 isql、osql 或查询分析器,对数据库引擎实例执行以下查询之一。

  SELECT SERVERPROPERTY('ProductLevel')

  SELECT @@VERSION

  SELECT SERVERPROPERTY('ProductVersion')

  利用下表确定您的 Database Components 版本。

  SQL Server 2000 版本和级别/@@VERSION/产品级别

  SQL Server 2000 原始版本/8.00.194/RTM

  Database Components SP1/ 8.00.384/SP1

  Database Components SP2/8.00.534/SP2

  Database Components SP3、SP3a 或 MSDE 2000 Release A/8.00.760/SP3

  Database Components SP4/8.00.2039/SP4

  输入 select @@version

  SQL2000 SP4 的版本应该是: 2000 - 8.00.2039

  SQL Server 2000 版本和级别 @@VERSION ProductLevel

  SQL Server 2000 RTM 8.00.194 RTM

  Database Components SP1 8.00.384 SP1

  Database Components SP2 8.00.534 SP2

  Database Components SP3 8.00.760 SP3

  SQL Server 2000 原始版本 8.00.194 RTM

  Database Components SP1 8.00.384 SP1

  Database Components SP2 8.00.534 SP2

  Database Components SP3、

  SP3a 或 MSDE 2000 Release A 8.00.760 SP3

  Database Components SP4 8.00.2039 SP4

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn