I have a table with more than 50,000 records in SQL server 2000 without any index or even primary key on any column. Now i have identified two columns which are together unique ( say- empid, projectid) for the table. Now if i create a clustered index on the above mentioned columns, then my table scans...