Is it bad to have a non-clustered index that contains the primary key from the clustered index?
- by Don
If you have a table with a clustered index on the Primary Key (int), is it redundant and bad to have one (ore more) non-clustered indexes that include that primary key column as one of the columns in the non-clustered index?