patternsqlMinor
Why is my @@Version unchanged after upgrading?
Viewed 0 times
afterwhyupgradingversionunchanged
Problem
I have SQL Server 2008 R2. I installed SQL Server 2014 with the option:
Upgrade from SQL Server 2005, SQL Server 2008, SQL Server 2008 R2 or SQL Server 2012
and the process ended correctly.
But when running on localhost:
I still have:
Microsoft SQL Server 2008 R2 (SP2) - 10.50.4042.0 (X64)
Sorry if the question is basic but I am very lost at the moment.
Upgrade from SQL Server 2005, SQL Server 2008, SQL Server 2008 R2 or SQL Server 2012
and the process ended correctly.
But when running on localhost:
SELECT @@VersionI still have:
Microsoft SQL Server 2008 R2 (SP2) - 10.50.4042.0 (X64)
Sorry if the question is basic but I am very lost at the moment.
Solution
I found the problem: The installer I had was just for SQL Server Management Studio, as @MarkSinkinson pointed out.
If you have this same problem, verify you have the correct installation file (not SSMS only, or an incompatible Edition).
Other helpful things to check, from comments originally left on the question:
If you have this same problem, verify you have the correct installation file (not SSMS only, or an incompatible Edition).
Other helpful things to check, from comments originally left on the question:
- You may have multiple instances installed, upgraded one of them, and connected to another. Or the upgrade didn't take (this can be easy to dismiss without noticing in the final step of the upgrade wizard). Please note that 2008 and 2008 R2 are completely separate, independent releases.
- Make sure that you are connected to right instance in any case.
- Check you didn't uncheck the database engine installation option
Context
StackExchange Database Administrators Q#127497, answer score: 6
Revisions (0)
No revisions yet.