管理索引
索引新特性: ALTER INDEX statement Online index operations Parallel index operations Locking options Indexes with included columns Partitioned indexes XML indexes 索引新特性-MAXDOP-->MAXDOP(degree of parallelism): 设置查询处理器执行单个索引语句可以使用的最大处理器数。根据当前系统的工作负荷,可以使用较少的处理器。 并行索引操作只适用于SQL Server 2005 Enterprise Edition MAXDOP索引选项只为指定此选项的查询覆盖max degree of parallelism配置选项 并行索引执行和MAXDOP索引选项适用于下列Transact-SQL语句: CREATE INDEX ALTER INDEX REBUILD DROP INDEX(只适用于聚集索引。) ALTER TABLE ADD(索引)CONSTRAINT ALTER TABLE DROP(聚集...