Here's what I need to do:
For each row in Table1 where Name is not null or blank, and Table2 has a row with matching Name, replace another column in Table1 with the contents of a column from Table2, and set the name in Table 1 to null.
I can't seem to wrap my head around getting that logic into SQL.
I don't really care if Table2 has multiple rows with matching Names, just grabbing the first one is good enough.