x
login about faq Site discussion (meta-askssc)

How to see what is the current service pack applied to the SQL SERVER

Guys,

How do we check to see what is the latest service pack applied to the sql server?

more ▼

asked Jun 02 '10 at 12:53 PM in Default

Katie 1 gravatar image

Katie 1
1.4k 108 161 202

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

You can run with SSMS

select @@version

And then compare to the build list on SSC...

SQL 2005

SQL 2008

and

http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx

or

SELECT SERVERPROPERTY('productversion'), 
       SERVERPROPERTY ('productlevel'), 
       SERVERPROPERTY ('edition')
more ▼

answered Jun 02 '10 at 01:10 PM

sp_lock gravatar image

sp_lock
8.1k 20 26 29

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x1601
x24

asked: Jun 02 '10 at 12:53 PM

Seen: 515 times

Last Updated: Jun 02 '10 at 12:53 PM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.