INF: The "I/O - Transactions/sec" Counter in SQL Perf Monitor |
Q136117
The SQL Server Performance Monitor counter "I/O - Transactions/sec" reports the number of "batches" received per second.
A batch is a set of SQL statements submitted together and executed as a
group. For example, the following set of statements would be counted as
a single transaction by SQL Performance Monitor:
begin tran
insert table1 values ("A")
commit tran
begin tran
delete table2 where key = "D"
commit tran
go Additional query words: sql6 Perfmon TPS counters
Keywords : kbtool
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: April 18, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |