Hello,
I have a server with three instances: PROD, PROD17 and TEST.
In WMI, I can find the Win32_PerfFormattedData_MSSQLPROD_* and Win32_PerfFormattedData_MSSQLTEST_* classes (idem with the PerfRawData classes), but not the PROD17 classes.
Does anyone know how to create them? I've already tried mofcomp'ing all *.mof files in the instance directory, but that didn't help.
Joost