How can I tell if I have the latest SQL Server updates?

  • Hello all,

    How do I tell if I have the most current MS updates/service packs for SQL? I am using SQL 2000. Thanks in advance:)

  • SELECT @@VERSION

    Then, check the Microsoft site for the build number...

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • I think you can as well use --SELECT SERVERPROPERTY('ProductLevel')-- to get the sevice pack applied.....

    Renuka__

    [font="Verdana"]Renuka__[/font]

  • Thank you! That worked perfectly!:)

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply