SQL Edition

  • Is there a way to query SQL Server to find which edition is installed .. i.e. Enterprise, Standard, or desktop?

    LarryC

  • Run 'select @@version'against the master db

    (results in text is easier to read!)

    Tim

  • select @@version

    output will look like this

    Microsoft SQL Server 7.00 - 7.00.1063 (Intel X86)

    Apr 9 2002 14:18:16

    Copyright (c) 1988-2002 Microsoft Corporation

    Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2)

    bottom line states standard in this one.

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

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