Ralf Eisenreich

SQLBlog.DE | ..things to remember

March 24th, 2009

SQL Server: Version, Service Pack, Edition

SQL Server, Uncategorized, by Ralf.

SQL Server: Version, Service Pack, Edition

Just run following command within Management Studio:
SELECT
@@VERSION,
SERVERPROPERTY('productversion'),
SERVERPROPERTY ('productlevel'),
SERVERPROPERTY ('edition')

As result you receive something like:

Microsoft SQL Server 2005 - ... Windows NT 5.2 (Build 3790: SP 2)
  9.00.4035.00
  SP3
  Standard Edition (64-bit)

Back Top

Responses to “SQL Server: Version, Service Pack, Edition”

Comments (1) Trackbacks (0) Leave a comment Trackback url
  1. You got a really excellent site, Gladiolus I located it by means of yahoo.

  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Security Code: