Raffael Schiller
SSC Journeyman
Points: 84
More actions
July 26, 2010 at 4:29 am
#235693
Hi, I have two installations of SQL server 2008 (not R2). One has SP1 applied, the other doesn't. I can't see any difference between the two - so how can I find out if SP1 is installed?
Thanks for your help . . .
Raffael
ColdCoffee
SSC-Dedicated
Points: 39972
July 26, 2010 at 4:39 am
#1198100
You can use SERVERPROPERTY function to get the details of SP..
July 26, 2010 at 4:41 am
#1198102
Use it like this:
SELECT SERVERPROPERTY('ProductLevel') as SPVersion
July 26, 2010 at 4:55 am
#1198107
Thanks ColdCoffee - works a treat
Regards
July 26, 2010 at 5:20 am
#1198119
My pleasure, Raffael! 🙂
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply