Non-clustered indexes can be numerous in SQL Server 2008 I remember from my Sybase days that SQL Server tables could support up to 255 indexes. One clustered index and 254 non-clustered indexes. In ...
Developers working with SQL Server often treat indexing as a DBA's domain--something happening "under the hood" that doesn't require much attention unless performance takes a hit. But ignoring the ...
Really the only way to know is to test with your data, on your hardware. I'd guess the clustering is probably not worthwhile if it's actually reorganizing, and agree with tinyMan that theoretically an ...