hi - how can i find a list of the wmi event types in a namespace? i know DATABASE_MIRRORING_STATE_CHANGE exists in \\.\root\microsoft\sqlserver\serverevents\<instance_name> but not sure how to find others to see what useful info i can extract...
I use powershell for this: get-wmiobject -namespace "root/default" -list Note: Powershell is not installed with SQL Server 2005. You need to install it separately.