sql 2005 sp1

  • How do I know if sql 2005 SP1 was intalled in my sql server box ?

  • 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

     

    Greg

  • 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