摘要:
using System; using System.Diagnostics; using System.Management; public class DeviceMonitor { static readonly PerformanceCounter cpuCounter = new PerformanceCounter("Processor", "% Processor... 阅读全文
摘要:
转摘:http://www.accessoft.com/article-show.asp?id=17336 查询执行的SQL语句 Select TOP 1000 ST.text AS '执行的SQL语句', QS.execution_count AS '执行次数', QS.total_elapsed 阅读全文