chrissparkle
Programmer
Can I not create more than 1 clustered index on a table? I have a table with the primary key ID.. and I have another column called memberid which I often use in joins etc on the members table. I want to create an index on this memberID column and I thought a clustered index was what i was supposed to do? No?