i have got a table (stores data of forum, means normally no edit and update just insert) on which i have a primary key column which is as we know a clustered index. please tell me, will i get any advantage if i creates a non-clustered index on that column (primary key column)?
EDIT: my table has got currently around 60000 records, what will be better to place non-clustered index on it or create a same new table and create index and then copy records from old to new table.
Thanks