SQL 2005 EDITION

  • What are sql server 2005 edition ( ex: express ) .. how much advantage it has like can deloper utilize ??? if my machine installed with sql 2005 .. how will find out what type of edition installed in my machine..

  • Run

    SELECT @@version

    It will say what edition you're running.

    From what I recall, the editions are:

    Express (free)

    Workgroup

    Standard

    Enterprise

    Developer (enterprise features, not for usage in producion system)

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 2 (of 2 total)

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