i have two tables within the same database. tblB is a temp table created at runtime, while tblA is a fix table. These 2 tables are not identical in structure.
I want to update records from tblA if the reference id exists in both tables and insert to tblA the records with reference id in tblB that doesn't exist in tblA.
Is there a straightforward way to this? From your experience, how would you achieve this?
thanks,
I want to update records from tblA if the reference id exists in both tables and insert to tblA the records with reference id in tblB that doesn't exist in tblA.
Is there a straightforward way to this? From your experience, how would you achieve this?
thanks,