Where the WMI service will be stored in MSDB Dtabases?

  • Hi,

    I want to use the WMI with Powershell to monitor SQL Server events.

    And came to know that the WMI creates a service in MSDB (SQL/Notifications/ProcessWMIEventProviderNotification/v1.0 in the msdb database) and then translates the WMI query to Event notifications.

    Where this WMI service will be stored in MSDB database?

  • Use the below queries:

    use msdb

    go

    select * from sys.services

    select * from sys.service_queues

    Thanks

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply