Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 2,644 total)

  • Reply To: Things to be considered while tuning an UPDATE statement

    ScottPletcher wrote:

    If you only need to lookup consolidation_ind if it is = 1, then create a filtered index on ( consolidation_ind, party_id ) WHERE consolidation_ind = 1. Cluster table #party_id...

  • Reply To: Things to be considered while tuning an UPDATE statement

    If you haven't already created an index on your temporary table it might speed processing up if you add one before doing this update:

    CREATE INDEX IX_#party_id_1 ON...
  • Viewing 15 posts - 1,516 through 1,530 (of 2,644 total)