I have an issue with my update SQL.
Table A is existing EMPLOYEES table with 10000+ records.
Table B is a EMPTEMP table where I have loaded all the information for the employees I need to update (only about 1161 records).
My SQL Update statement:
Update employees em SET (lname, startdate...