|
The result set: Statistic Value Description of the statistic rows:
The table structure returned, has the following shape: create table #iostats To populate the table use: insert into #iostats exec('dbcc sqlperf(iostats) with tableresults, no_infomsgs') NOTE: DBCC SQLPERF(IOSTATS, CLEAR) is a NOP. |
Questions or problems regarding this web site should be directed to Web Master. |