Is this necessary to drop the indexs

  • Is this necessary to drop the index...What will be the effect if we rebuilt the indexes without dropping them in DTS

  • Why do you think you need to drop the indexes in the first place?

  • If it's relatively small table don't worry about indexes.

    If it's a big table with multiple indexes you have to drop indexes before loading table,

    and recreate indexes after load.

  • Thanks Leo...

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

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