Reputation: 7174
Can someone tell me whether this link that I used to install Sql Server Express 2008 is version R2 or not? I installed from here:
http://www.microsoft.com/download/en/details.aspx?id=22973
The reason that I ask is that I am trying to setup an unattended installation of Sql Server Express 2008 and have found the following tutorial:
http://sqlbeyond.blogspot.com/2011/07/sql-server-express-2008-r2-unattended.html
The link that it mentions though has the word "beta" in it which makes me think that this link might be out of date. So can someone tell me firstly what version I have installed and secondly where I can download 64 bit and 32 bit versions of Sql Server Express 2008 for deployment (so no tools, etc). Thanks.
Update:
I suspect that the version I installed was RC0. The fact that the heading of the Microsoft page does not spell it out or provide links to new releases is not very helpful at all. Anyway, I have found the following page, which I think is what I am needing:
http://www.microsoft.com/download/en/details.aspx?id=26729
and I found this explanation about the different versions of Sql Server Express 2008 file names which was very helpful:
Upvotes: 0
Views: 1702
Reputation: 7174
Let me try answer my own question. I found this link which I find useful for getting an overview of the different Sql Server versions:
http://www.sqlteam.com/article/sql-server-versions
I assume that because Sql Server Express is an edition of Sql Server that its version numbers are identical to Sql Server version numbers. Sql Server Express 2008 R2, then, must have a version number matching the pattern 10.50.x.x, and the version that I originally downloaded from here:
http://www.microsoft.com/download/en/details.aspx?id=22973
is therefore the original release of Sql Server Express 2008; so without SP1 or SP2.
I also found this useful link which explains how to determine the version for an installed instance of Sql Server:
http://blogs.msdn.com/b/euanga/archive/2008/01/23/confused-by-sql-server-version-numbers.aspx
Upvotes: 1