I have a 500,000 row table that needs to be processed row wise. I put the code below but there is no set wise way to do it. It is taking 30 minutes to process. I would so appreciate ANY suggestions on how I might speed things up. DECLARE tx_cursor CURSOR local for select DISTINCTRead more