View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 03:58 AM
Muzamil
 
Posts: n/a
Default Performance Tuning for Row-by-Row Update Statement

hi

For an unavoidable reason, I have to use row-by-row processing
(update) on a temporary table to update a history table every day.
I have around 60,000 records in temporary table and about 2 million in
the history table.

Could any one please suggest different methods to imporve the runtime
of the query?

Would highly appreciate!
Reply With Quote