Hi all,
I have been trying to make 2 tables join (the end goal is to overwrite some data in one table, with data in another). The table layouts are as follows
Table: dbo_device
dev_name (prim key)
dev_ip_address
dev_memory
Table: firmware
name (prim key)
fware
All data types are matching, so...