Not sure which version you use. You should be able to do that using WITH INDEX
Code:
SELECT sum(col5) as SumVal FROM Table1 WITH (index('IDX_Col1')) WHERE Col1='something'
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection