How would I know if I have Express or SQL Full installed

  • Hi! 

    I am not a SQL regular guy, just need help with this as I need to provide this info for audit purposes,

    Thanks in Advance,

    Regards,

    BU

  • Take your pick:

    (1) SELECT @@VERSION
    (2) SELECT SERVERPROPERTY('Edition')
    (3) Right-click on the server name in Object Explorer and choose Properties

    John

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

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