
待拜读
envykok
这个作者很懒,什么都没留下…
展开
-
通过SQL 2005 系统表监控 SQL Server 的运行状况
<br />http://www.cnblogs.com/invinboy/category/119546.html<br />Microsoft SQL Server 2005 提供了一些工具来监控数据库。方法之一是动态管理视图。动态管理视图 (DMV) 和动态管理函数 (DMF) 返回的服务器状态信息可用于监控服务器实例的运行状况、诊断问题和优化性能。<br />常规服务器动态管理对象包括:<br />dm_db_*:数据库和数据库对象<br />dm_exec_*:执行用户代码和关联的连接<br />转载 2010-07-02 00:06:00 · 198 阅读 · 0 评论 -
写有效率的SQL查询
<br /><br />[转载]http://www.cnblogs.com/cn_wpf/,非常感谢Nineteen@newsmth 的分分享。 <br /><br />写有效率的SQL查询(I)<br />大型系统的生产环境,一般情况下,我们评价一条查询是否有效率,更多的是关注逻辑IO(至于为什么,回头补一篇)。我们常说,“要建彪悍的索引”、“要写高效的SQL”,其实最终目的就是在相同结果集情况下,尽可能减少逻辑IO。<br />1.1 where条件的列上都得有统计信息。<br />没统计转载 2010-07-02 00:05:00 · 319 阅读 · 0 评论 -
in process
http://www.cnblogs.com/invinboy/category/119546.html原创 2010-07-02 00:08:00 · 325 阅读 · 0 评论 -
SQL Server Performance Tips and Guidelines
SQL Server Performance Tips and Guidelines<br />http://www.codeproject.com/KB/database/SQLServerTipsGuidelines.aspxBy Irfan Baig | 11 Jan 2008 Part of The SQL Zone. General tips and guidelines for performance improvement Introduction<br />The following Tip转载 2010-08-10 23:31:00 · 334 阅读 · 0 评论 -
Troubleshoot a Slow Database in SQL Server 2008
<br />http://www.petri.co.il/troubleshoot-slow-database-in-sql-server-2008.htm<br /> <br />Troubleshooting database slowness can be both fairly straightforwardand tricky at the same time. Most of the time the problems willpresent themselves to you rig转载 2010-08-27 11:12:00 · 162 阅读 · 0 评论