You are currently browsing the daily archive for January 8, 2010.

Use this query to verify the details on the SQL Server:

SELECT
SERVERPROPERTY(‘ProductVersion’) AS ProductVersion,
SERVERPROPERTY(‘ProductLevel’) AS ProductLevel,
SERVERPROPERTY(‘Edition’) AS Edition;

Of course, there are other ways, but the above is the most ‘coherent’.

Other convenientĀ methods:

  • SELECT @@VERSION
  • Check the file version of sqlservr.exe

Timeline

January 2010
M T W T F S S
« Dec   Mar »
 123
45678910
11121314151617
18192021222324
25262728293031

Blog Stats

  • 9,380 hits
Follow

Get every new post delivered to your Inbox.