sergio hi
Right there with Babe
Points: 726
More actions
December 18, 2006 at 2:04 pm
#122078
How do I know if sql 2005 SP1 was intalled in my sql server box ?
Greg Charles
SSC-Forever
Points: 45403
December 18, 2006 at 5:53 pm
#678842
Run this:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
If the results look like this: '9.00.2047.00 SP1 Standard Edition', you've got SP1.
Greg
Stephen Merkel
Mr or Mrs. 500
Points: 518
December 19, 2006 at 8:25 am
#678926
Or.... just look at the server as listed in Object Explorer in SSMS ( Sql Server Management Server).
Where you will also see the '9.00.2047.00' that indicates SP1.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply