I would like to update a field (dssid) in table2 with a field in table1 (dssid) given that the id field in both tables are equal and dssid in table2 is blank/NULL;
table1
dssid id
123 71
124 31
157 16
756 15
table2
id dssid
71
31
16
15
What is the Tsql procedure for the above?
Thanks,
Allan