DebbieDavis
Programmer
Hello,
I have a large text file with part numbers and descriptions that is parsed out and dumped into a table called estimates. Then I need to go back and run a query to update all of those records with a price from a separate table called parts. There are usually 100 records in each estimate. When I create a view linking the new table with the parts table and update by do looping, it takes so long that it sometimes times out. I need a better way to do this. I'd appreciate any thoughts. Thanks.
I have a large text file with part numbers and descriptions that is parsed out and dumped into a table called estimates. Then I need to go back and run a query to update all of those records with a price from a separate table called parts. There are usually 100 records in each estimate. When I create a view linking the new table with the parts table and update by do looping, it takes so long that it sometimes times out. I need a better way to do this. I'd appreciate any thoughts. Thanks.