Refer to: http://harriyott.com/2006/01/sql-server-performance-tips A colleague of mine has been looking at SQL Server performance, and come up with a great set of tips (mostly gleaned from this website): Does your SQL statement have a WHERE clause? I…
对于sql server 性能的监控主要从2个方面: 1. sql server自带的监控 Management->SQL Server Logs->Activity Monitor 在这个界面下,可以监控目前连到数据库的用户以及目前所执行的命令状态(如下图),还有连接的数据库,等待时间,IO数据等. 2. 从sql server的系统资源来监控 cpu: Processor Processor time process Processor time …
When tempdb is used? User objects: User-defined tables and indexes System tables and indexes Global temporary tables and indexes Local temporary tables and indexes Table variables Tables returned in table-valued functions Internal Objects: Work table…
Appendices Published: April 27, 2005 On This Page Appendix A: SQL Server for Oracle Professionals Appendix B: Getting the Best Out of SQL Server 2000 and Windows Appendix C: Baselining Appendix D: Installing Common Drivers and Applications Installing…