|
Dear All, I installed SQLServer 2005SP4-KB2463332-x86-ENU on SQL Server2005 Enterprise Edition,windows server 2008 Enterprise. When I run the tsql select @@version I found Service Pack 1 I tried with Developer edition and Win7 and the result is same...Is that correct?
(comments are locked)
|
|
can you try SELECT SERVERPROPERTY('ProductLevel') OK I run SELECT SERVERPROPERTY('ProductLevel') on my laptop and show me RTM My laptop have SQLServer 2008,Win7 . How I now which service pack I used with this machine
Nov 21 '12 at 06:18 PM
Troy_2012
You don't have an SP... its at the Released To Manufacturing version.
Nov 21 '12 at 06:28 PM
Blackhawk-17
(comments are locked)
|
|
I'm going to assume you're reading the Windows SP version and believing it SQL Server's. Here's an example @@VERSION: The part in bold is the O/S... the 9.00.4060.00 part is SQL Server SP3. Use SELECT SERVERPROPERTY('ProductLevel') as suggested. This catches out so many people....must admit I've been one of them in the past
Nov 21 '12 at 06:54 PM
Kev Riley ♦♦
(comments are locked)
|

