Forum Replies Created

Viewing post 1 (of 1 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

Viewing post 1 (of 1 total)