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:
01041683
Views:
29
>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')
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform