TheSQL
Programmer
- Oct 29, 2007
- 50
I'm working with a database wherein someone has created two indexes on exactly the same column. The column is the primary key - the first index is clustered, the second is non-clustered. Both are single-column indices.
I'm trying to think of a valid reason why you would need two indices on the same column (before I just delete the non-clustered index and move on with my life) ;-), but I'm coming up blank. Any ideas?
I'm trying to think of a valid reason why you would need two indices on the same column (before I just delete the non-clustered index and move on with my life) ;-), but I'm coming up blank. Any ideas?