Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to determine which version and which sp/patches
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Installation
Divers
Thread ID:
01041661
Message ID:
01041683
Vues:
28
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform