Article ID: 321185 - Last Review: April 8, 2009 - Revision: 13.0 How to identify your SQL Server version and editionThis article was previously published under Q321185 On This PageSUMMARY This article describes how to identify your current Microsoft SQL
Server version number and the corresponding product or service pack level.
It also describes how to identify the specific edition of SQL Server you are using. How to determine which version of SQL Server 2008 is runningTo determine which version of Microsoft SQL Server 2008 is running, connect to SQL Server 2008 by using SQL Server Management Studio, and then run the following Transact-SQL statement.
Collapse this table
Collapse this table
How to determine which version of SQL Server 2005 is runningTo determine which version of Microsoft SQL Server 2005 is running, connect to SQL Server 2005 by using SQL Server Management Studio, and then run the following Transact-SQL statement.
Collapse this table
Collapse this table
How to determine which version of SQL Server 2000 is runningTo determine which version of SQL Server 2000 is running, connect to SQL Server 2000 by using Query Analyzer, and then run the following code.
Collapse this table
How to determine which version of SQL Server 7.0 is runningTo determine which version of SQL Server 7.0 is running, connect to SQL Server 7.0 by using Query Analyzer, and then run the following code.Microsoft SQL Server 7.00 - 7.00.623 (Intel X86)
Nov 27 1998 22:20:07
Copyright (c) 1988-1998 Microsoft Corporation
Desktop Edition on Windows NT 5.1 (Build 2600: )Use the version number in the following table to identify the product or service pack level. Collapse this table
How to determine which version of SQL Server 6.5 is runningTo determine which version of Microsoft SQL Server 6.5 is running, connect to SQL Server 6.5 by using Isql_w, and then run the following code.Collapse this table
How to determine which edition of SQL Server is runningIf you are not sure about what edition of SQL Server that you are running, the last line of output that is returned by @@VERSION reports the edition to which you have connected. The example that is used in this article is the Standard Edition of SQL Server 2000 on Windows NT 5.0 (Build 2195: Service Pack 2).Note The build and service pack information that is provided earlier is for the operating system, not for SQL Server. Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2) REFERENCES
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/
)
How to obtain the latest SQL Server 2000 service pack
301511
(http://support.microsoft.com/kb/301511/
)
How to obtain the latest SQL Server 7.0 service pack
273914
(http://support.microsoft.com/kb/273914/
)
Readme.txt for SQL Server 6.5 post-service pack 5a update
937137
(http://support.microsoft.com/kb/937137/
)
The SQL Server 2005 builds that were released after SQL Server 2005 Service Pack 2 was released
APPLIES TO
| Article Translations
|
Back to the top
