指定索引名称

首先,看查询语句 

select * from dbo.Customers with(index=IX_Customers_CustomerName)

 where customername like'电%'

指定索引名称:with(index=IX_Customers_CustomerName)

建议实际使用的时候,不要指定索引名称,因为数据库的引擎会自动优化,挑选执行效率较高的索引

 

 关于上一篇提到的填充因子,默认是80(1-100) 

 

 

posted @ 2010-08-06 11:28  艾伦  阅读(261)  评论(0编辑  收藏  举报