Clustered Index

Posted by Charu on Stack Overflow See other posts from Stack Overflow or by Charu
Published on 2010-04-23T20:25:00Z Indexed on 2010/04/23 20:33 UTC
Read the original article Hit count: 112

Filed under:

Which type of index(clustered/non clustrered) should be used for Insert/Update/Delete statement in SQL Server. I know it creates an additional overhead but is it better in performance as comparison to non clustered index? Also which index should be use for Select statements in SQL Server?

© Stack Overflow or respective owner

Related posts about database-indexes