abenitez77
IS-IT--Management
I have 2 tables (tableA and tableB). TableA has about 50 records. TableB has about 3 million records. I want to update 1 column1 in TableA if TableA.keyfield = TableB.keyfield. If there is no match on keyfield, will the update still try to run and not update anything? I know updates can be slow and I don't want to use up a lot of resources on the server if there is not keyfield match. What is the best way to approach this?