Ok, need to come up with another solution. I understand why it's taking so long, yes, the tblComputers is in almost every single table as a FK. Lansweeper is changing the PK from the PC # to an automatically generated numerical form. For each record in the computer table it has to touch every single table out there and change it. In almost 21 hours now, out of a tblComptuers (8000+ rows) it has completed 158 rows. That leaves almost 7900+ to do. This upgrade, based on it's current pace, will take almost 2 months to complete.
This is not going to work. Any other ideas?
text
update tblcomputers set computername = '241' where computername = '(COMPUTERNAME)'
cpu_time
19366969
total_elapsed_time
78719694