Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 Am I running sql2012 SP1?

Author  Topic 

Hommer
Aged Yak Warrior

808 Posts

Posted - 2013-02-19 : 09:32:17
Hi,

This sounds strange, but I have evidences from either side.

My SSMS Object Explorer reads SQL Server 11.0.2100.60, same as Select @@version returned.

However, when I run SQL Server 2012 Installation, it picked up the SP1 updates and successfully installed it.

After the restart, I still did not see 11.0.3000, but the title of the Installed SQl Server features discovery report has Service Pack 1 in it.

What did I do wrong?

Thanks!

ravilobo
Master Smack Fu Yak Hacker

1184 Posts

Posted - 2013-04-03 : 12:45:04
What does the following query in SSMS returns?

select serverproperty('productlevel')

------------------------
I think, therefore I am - Rene Descartes
Go to Top of Page
   

- Advertisement -