How to determine which version of SQL Server 2000 is running

Source: Internet
Author: User
ArticleDirectory
    • How to determine which version of SQL Server 2000 is running
How to determine which version of SQL Server 2000 is running

Http://support.microsoft.com/default.aspx? SCID = KB; en-US; 321185

 

How to determine which version of SQL Server 2000 is running

To determine which version of SQL Server 2000 is running, connect to SQL Server 2000 by using query analyzer, and then run the following code:

 
Select serverproperty ('productversion'), serverproperty ('productlevel'), serverproperty ('version ')

The results are:

The product version (for example, 8.00.534 ).
The product level (for example, "RTM" or "SP2 ").
The edition (for example, "Standard Edition"). For example, the result looks similar:

8.00.534 RTM Standard Edition

The following table lists the sqlservr.exe version number:

release sqlservr.exe
RTM 2000.80.194.0
SQL Server 2000 sp1 2000.80.384.0
SQL Server 2000 sp2 2000.80.534.0
SQL Server 2000 sp3 2000.80.760.0
SQL Server 2000 sp3a 2000.80.760.0
SQL Server 2000 SP4 2000.8.00.2039
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.