select * from dbo.Customers with(index=IX_Customers_CustomerName)
指定索引名称:with(index=IX_Customers_CustomerName)
建议实际使用的时候,不要指定索引名称,因为数据库的引擎会自动优化,挑选执行效率较高的索引
关于上一篇提到的填充因子,默认是80(1-100)