I'm in the process of turning up a new SQL server and I'm trying to find out what the build number is before I install. I've seen on other installation media that I could access the MediaInfo.xml file on the root of the CD/DVD. In this case, there is not version listed, nor does it state the build number.
The output I receive from the aforementioned xml file is the following:
<?xml version="1.0" encoding="UTF-8"?>
<MediaInfo>
<Properties>
<Property Id="MediaLayout" Value="Full" />
</Properties>
</MediaInfo>
Does anybody know of another way to get this info?
There is always a way...