程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> .NET網頁編程 >> .NET實例教程 >> 提高Sql Server性能的10個技巧

提高Sql Server性能的10個技巧

編輯:.NET實例教程
平時不怎麼留意數據庫相關的東西,看到這篇文章,感覺不錯:
《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
 
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved