Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: How to check SQL Server editions

    Hi ,

    This will help you........................

    SELECT

    SERVERPROPERTY('productversion') AS Version,

    SERVERPROPERTY ('productlevel') AS ProductInfo,

    SERVERPROPERTY ('edition') AS Edition

    [font="Arial"][font="Verdana"][/font][/font]
    With Regards
    Sentil Kumar

    "Give god first place in your heart
    He will take you to places that you have never dreamed off"

Viewing post 1 (of 2 total)