- Select Monitor.MonitorName, MNTSName
- From [OperationsManager].[dbo].[MonitorTypeState] MTS
- Inner join OperationsManager.dbo.MonitorType MT With (NOLOCK) on MT.MonitorTypeId = MTS. MonitorTypeId
- Inner join Monitor with (NOLOCK) on Monitor. MonitorTypeId = MT. MonitorTypeId
- Where MNTSName like '%ManualReset%'
MonitorName | MNTSName |
Microsoft.Windows.Server.2000.OperatingSystem.ServerServiceConfiguration | ManualResetEventRaised |
Microsoft.Windows.Server.2003.OperatingSystem.ServerServiceConfiguration | ManualResetEventRaised |
Microsoft.Windows.Server.2008.OperatingSystem.ServerServiceConfiguration | ManualResetEventRaised |
This posting is provided "AS IS" with no warranties.
No comments:
Post a Comment