Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6090215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:11:21+00:00 2026-05-23T12:11:21+00:00

I have trouble figuring out if the SP1 is already installed. I don’t think

  • 0

I have trouble figuring out if the SP1 is already installed. I don’t think I could check it from the Management Studio as its a different application. But the SQl server it self has no UI to check under “about”. 🙂

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:11:21+00:00Added an answer on May 23, 2026 at 12:11 pm

    There is not SP1 for SQL Server 2008 R2 just yet…..

    But to check, you can inspect the productlevel server property:

    SELECT  
      SERVERPROPERTY('productlevel') 
    

    This will contain RTM for the original RTM version (as it is in my case with SQL Server 2008 R2 now), or it will contain info about the service pack installed.

    I typically use this SQL query:

    SELECT  
        SERVERPROPERTY('productversion') as 'Product Version', 
        SERVERPROPERTY('productlevel') as 'Patch Level',  
        SERVERPROPERTY('edition') as 'Product Edition',
        SERVERPROPERTY('buildclrversion') as 'CLR Version',
        SERVERPROPERTY('collation') as 'Default Collation',
        SERVERPROPERTY('instancename') as 'Instance',
        SERVERPROPERTY('lcid') as 'LCID',
        SERVERPROPERTY('servername') as 'Server Name'
    

    This lists your server version, edition, service pack (if applicable) etc. – something like this:

    Product Version  Patch Level  Product Edition             CLR Version  Default Collation     Instance  LCID  Server Name
    10.50.1617.0       RTM        Developer Edition (64-bit)  v2.0.50727   Latin1_General_CI_AS   NULL     1033  *********
    

    Update: this answer was correct when it was posted – July 2011.

    By now, November 2012, there’s SQL Server 2008 R2 Service Pack 2 available for download

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having some trouble figuring out to call methods that I have in other
Ok I am having trouble figuring out how to approach this. I have a
I am running into an error I am having trouble figuring out. I have
I'm having trouble figuring this out. If I have a checkboxlist inside a usercontrol,
I'm having some trouble figuring this out. I have an unordered list menu that
I have trouble figuring out how do I load the rest of the data
I have a exceedingly simplistic data model (below). I am having trouble figuring out
I'm having trouble figuring out how to solve this issue. I have a file
I'm having trouble figuring out how best to model my data. I have the
I'm having trouble figuring out why border-radius is gone from my #screen element when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.