i just performed an upgrade on our sql server 2012 server.
The upgrade ran successfully but when i do a select @@ version it still says SP1
I see the right version number for sp2 but it doesn't say Sp2.
Can some one please tell me if i have the right version of sql server 2012 SP2.Below is the version information.
select @@version
Microsoft SQL Server 2012 - 11.0.5058.0 (X64)
May 14 2014 18:34:29
Copyright (c) Microsoft Corporation
Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
When i ran the below query
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Result:
lucky