Hi,
We have a production sql server and we like to have a sample of its response time every minute continuously.
One obvious option is sql profiler but we are concern about its overhead if we keep it running all the times.
The perfect option is PerfMon. Is there any way to see avg query execution time in PerfMon? What is the closest counter to Avg. query execution time in milliseconds?
Basically, I am looking for a PerfMon counter to measure SQL Server's response time.
Thank you,