Hi,
I was asked to give the following performance information about some sql databases:
- DB Response Time (msec)
- Workthrough
So I started looking at "SQL Server Online books" and I found the sysperfinfo table.
I queried it and found some info like "Transactions/sec" in the counter_name column.
But there isn't a detailed information about cntr_value column. It doesn't seem a reasonable value for my application. I thought that value was an "average" of transactions/sec since startup, but it seems a counter of the number of transactions from startup.
Please help. How can I find those info?
Thanks.
I was asked to give the following performance information about some sql databases:
- DB Response Time (msec)
- Workthrough
So I started looking at "SQL Server Online books" and I found the sysperfinfo table.
I queried it and found some info like "Transactions/sec" in the counter_name column.
But there isn't a detailed information about cntr_value column. It doesn't seem a reasonable value for my application. I thought that value was an "average" of transactions/sec since startup, but it seems a counter of the number of transactions from startup.
Please help. How can I find those info?
Thanks.