Home > Database > Mysql Tutorial > sql server 2000 版本查询

sql server 2000 版本查询

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 14:53:22
Original
1841 people have browsed it

确定已安装的 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

Related labels:
source:php.cn
Statement of this Website
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
Latest Issues
server
From 1970-01-01 08:00:00
0
0
0
Configure server
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template