Hello,
I am trying to get statistics on a WMI counter, specifically..
\SQLServer:Databases(DBNAME)\Data File(s) Size (KB)
The counter returns an error saying that the specified instance of the performance object was not found, but the DBNAME does exist in SQL on that Windows 2003 host.
Also, I have been able to query other DBs on the same server.. but for some reason, I cannot query it for the 3 databases out of the 15 that I am checking.
Any idea why the counter is failing?
Thanks.