問:我需要在運行SQL Server的機器上定期收集諸如每秒處理事務數(tps)之類的統計信息。為此,我大量使用了Performance Monitor(性能監視器),但卻不能得到DBA所需的SQL Server性能指標。請問是否存在能夠輕松收集這類統計信息的實用工具?
答:針對SQL Server的Performance Monitor計數器之一便能收集tps,因此,使用Performance Monitor是捕獲這項指標最便捷的方式。您可以通過Microsoft Windows® NT Server 4.0 Resource Kit或Microsoft Windows 2000 Server Resource Kit以服務的形式安裝Performance Monitor。此外,我建議您閱讀Steve AdrIEn DeLuca等人所著的《Microsoft SQL Server 7.0 Performance Tuning Technical Reference》以學習關於測試有用SQL Server性能數據的內容。
——Microsoft項目經理,Richard Waymire