Hi,
I am using typeperf tool to collect performance data and I am following the below mentioned link for the same.
https://www.simple-talk.com/sql/performance/collecting-performance-data-into-a-sql-server-table/
So, to collect the performance data, the counters on which we are interested will have to be written on a text file. When I try to collect the details for the following counters, I am getting the error message as: "Error: No Valid Counters"
\SQLServer:Buffer Manager\Buffer Cache Hit Ratio
\SQLServer:Buffer Manager\Checkpoint Pages/Sec
\SQLServer:Buffer Manager\Page Life Expectancy
\SQLServer:Buffer Manager\Lazy Writes/Sec
\SQLServer:Memory Manager\Memory Grants Pending
\SQLServer:Memory Manager\Target Server Memory
\SQLServer:Memory Manager\Total Server Memory
Any help in this regard highly appreciated. Thanks in advance