Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
This section describes how to execute Microsoft Windows Management Instrumentation Query Language (WQL) statements against the WMI Provider for Computer Management.
The example uses a WQL editor, WBEMtest.exe, to run WQL queries against the WMI Provider to enumerate SQL Server services, network protocols, and aliases.
Querying services using WBEMtest
From the Start menu, click Run, and then enter WBEMtest.
The WBEMtest.exe dialog appears. Click Connect.
In the first text field, type the WMI Provider for Computer Management namespace: root\Microsoft\SqlServer\ComputerManagement. Click Connect.
Click Query. Type a query that returns the current services running on the local computer: SELECT * FROM SqlService. Click Apply.
Further refine the query by adding WHERE ServiceName = "MSSQLSERVER".