Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine which version and which sp/patches
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Installation
Miscellaneous
Thread ID:
01041661
Message ID:
01041887
Views:
25
>>>I've just started using SQL Server. How do I determine which version of SQL Server, which service pack(s) have been applied and if there any outstanding patches that need to be applied. Windows Update doesn't indicate if any patches are needed for SQL Server.
>>
>>
SELECT
>>	SERVERPROPERTY ('Edition'),	
>>	SERVERPROPERTY ('EngineEdition'),	
>>	SERVERPROPERTY ('ProductVersion'),
>>	SERVERPROPERTY ('ProductLevel')
>>
>
>I now know I am running SQL Server 2000 version 8.00.194. How do I determine the service pack level and if there are any outstanding patches to be applied?

The SERVERPROPERTY ('ProductLevel') returns the name of latest service pack installed. If it returns empty string than you've original installation w/o service packs. The lates service pack for SQl Server is SP4.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform