October 24, 2013 at 5:20 am
Team,
Does it is possible to find out edition of the SQL Server setup (2008) without actually installing the instance itself.
October 24, 2013 at 7:17 am
select @@version
October 24, 2013 at 7:23 am
Most installation sets contain all editions. The edition that installs depends on the key that you use during set up. Some installations have the key embedded. To see which you have, run the installer, select install new instance and go just a couple steps into the installer til you get to the product key page. If there's a key already embedded, you'll see the edition selected and the selection box greyed out. If there's no edition selected, then the edition installed depends on the product key used.
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
October 24, 2013 at 7:49 am
GilaMonster (10/24/2013)
Most installation sets contain all editions. The edition that installs depends on the key that you use during set up. Some installations have the key embedded. To see which you have, run the installer, select install new instance and go just a couple steps into the installer til you get to the product key page. If there's a key already embedded, you'll see the edition selected and the selection box greyed out. If there's no edition selected, then the edition installed depends on the product key used.
Thanks Monster.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply