SP3 & SP4 Not upgrading

When I run SP3 & SP4 for SQL Server it runs okay.  I get no errors after the installation & both installations call for a reboot which I do with no problems.

But yet when I get back into my machine, go to the Query Analyzer & run "Select @@version" and execute it, it's still showing v8.00.194 (Original release).  It should be showing 8.00.2039.

 

Any ideas or suggestions

 

Thanks!



Answer this question

SP3 & SP4 Not upgrading

  • user33

    Do you have more than one instance installed Also, try running this:

    SELECT SERVERPROPERTY('ProductLevel');
    GO

    Buck Woody



  • SP3 & SP4 Not upgrading