What are the ramifications of having four fields included in a single clustered index? My table has 3.5MM records in it and there are four fields that I search on regularly. Since SQL 7.0 only allows one index to be clustered, I have put all four fields into one clustered index. Should I put them into four seperate indexes instead?