您的位置:首页 >> 编程开发 >> .NET >> 其它 >> 正文
其它 RSS
 

提高Sql Server性能的10个技巧

http://www.rdxx.com 04年08月09日 12:12 Blog 我要投稿

关键词: SQL server性能 , 技巧 , SQL , 性能
平时不怎么留意数据库相关的东西,看到这篇文章,感觉不错:
《Speed Up SQL Server Apps》
Learn 10 useful tips and tricks that help boost SQL Server application performance—and streamline development and deployment as well

下面列举文章中的10条技巧:
1) Replace COUNT(*) With EXISTS When Checking for Existence
2) Be Careful When Using WHERE IN and WHERE NOT IN
3) Randomize Resultset Orders With NewID()
4) Increase Default Packet Size for Large Data Fields
5) Name Your SQL Server Applications
6) Utilize SQL Server Aliases
7) Disable Triggers Instead of Dropping Them
8) Don't Rename Script-Based Objects
9) Don't Trust Generated Table Modification Scripts
10) Examine Your Apps With SQL Server Profiler

无奈英文太差,只能就着金山词霸看

 
 
标签: SQL server性能 , 技巧 , SQL , 性能 打印本文
 
 
  热点搜索
 
 
 



Valid XHTML 1.0 Transitional
Copyright ©2005 - 2008 Rdxx.Com,All Rights Reserved
收藏本页
收藏本站