摘要: 在良好的数据库设计基础上,能有效地使用索引是SQL Server取得高性能的基础,SQL Server采用基于代价的优化模型,它对每一个提交的有关表的查询,决定是否使用索引或用哪一个索引。因为查询执行的大部分开销是磁盘I/O,使用索引提高性能的一个主要目标是避免全表扫描,因为全表扫描需要从磁盘上读... 阅读全文
posted @ 2009-08-20 22:41 emanlee 阅读(344) 评论(0) 推荐(0) 编辑
摘要: When I try to build an application for web deployment I get an error; Unable to build project output group 'Content Files from ProjectNET (Active). The error is prefixed by; C:\Documents and Settings\... 阅读全文
posted @ 2009-08-20 20:07 emanlee 阅读(628) 评论(0) 推荐(0) 编辑