We are using SQL Server 2000. It is my understanding that when defragmenting indexes one should only defrag the clustered indexes (DBCC INDEXDEFRAG). Is this true? Please explain.
Seems like I was informed that defragmenting secondary indexes could degrade performance.
Thank you.