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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
There is not SP1 for SQL Server 2008 R2 just yet…..
But to check, you can inspect the
productlevelserver property:This will contain
RTMfor 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:
This lists your server version, edition, service pack (if applicable) etc. – something like this:
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