I have a SQL Server 2008 Standard version and done some service pack upgrade before by some one else. When I check the info with select @@version I got following:
Microsoft SQL Server 2008 (SP3) - 10.0.5512.0 (X64) Aug 22 2012 19:25:47 Copyright (c) 1988-2008 Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.0 (Build 6002: Service Pack 2)
Confused. Does it means the latest service pack patched with SP2 or SP3?
On another windows 8 server, I have similar info like:
Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64) Mar 29 2009 10:11:52 Copyright (c) 1988-2008 Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.0 (Build 6002: Service Pack 2)
Does it means the latest service pack patched with SP1 or SP2? How to identity the latest service pack installed for SQL server?