SQL Server version 2000 query

Source: Internet
Author: User

Determine which SQL Server Database components version is installed

Use isql, osql, or Query Analyzer to execute one of the following queries against the database engine instance.

SELECT serverproperty (' ProductLevel ')

SELECT @ @VERSION

SELECT serverproperty (' ProductVersion ')

Use the table below to determine your version of Database components.

SQL Server 2000 version and level/@ @VERSION/product level

SQL Server 2000 Original version/8.00.194/rtm

Database Components Sp1/8.00.384/sp1

Database Components SP2/8.00.534/SP2

Database Components SP3, SP3a, or MSDE release A/8.00.760/SP3

Database Components SP4/8.00.2039/SP4

Enter SELECT @ @version

The SQL2000 SP4 version should be: 2000-8.00.2039

SQL Server 2000 version and level @ @VERSION ProductLevel

SQL Server Watts 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 original version 8.00.194 RTM

Database Components SP1 8.00.384 SP1

Database Components SP2 8.00.534 SP2

Database Components SP3,

SP3a or MSDE release A 8.00.760 SP3

Database Components SP4 8.00.2039 SP4

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.