I try to monitor SQL server. I have created calculated item and met problem devide by zero.
last(perf_counter["\SQLServer:SQL Statistics\SQL Compilations/sec"]) / last(perf_counter["\SQLServer:SQL Statistics\SQL Re-Compilations/sec"])
How can I resolve it?
Thanks in advance
last(perf_counter["\SQLServer:SQL Statistics\SQL Compilations/sec"]) / last(perf_counter["\SQLServer:SQL Statistics\SQL Re-Compilations/sec"])
How can I resolve it?
Thanks in advance
Comment