by XDK
10. December 2013 08:15
Solution:
Connect to the instance of SQL Server, and then run the following query:
An example of the output of this query is as follows:
Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64) Mar 29 2009
10:11:52 Copyright (c) 1988-2008 Microsoft Corporation Express
Edition (64-bit) on Windows NT 6.1 <X64> (Build 7600: )
- SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
For example, the results resemble the following.
10.0.1600.22 RTM Enterprise Edition
7fcae43b-da32-49b0-b9c7-1448d7e9546c|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags: Versions
SQL Server