Adding Indexes

  • Just a quick question about adding indexes.  Is it necessary to create indexes after hours or during low usage?  My table is only 5 fields but there are hundreds being added each minute.  This is much higher than expected so I would like to modify or add an index. 

    Thanks!

  • If you are using SQL 7 or SQL 2000, you will need to create the index when no one will need to access the table.

    If there will be hundreds of rows added each minute, be sure to read up on fillfactor in BOL to help keep index fragmentation to a minimum.



    Michelle

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply