I need to update this table in SQL Server with data from its \'parent\' table, see below:
Table: sale
id (int) udid
This should work in SQL Server:
update ud set assid = sale.assid from sale where sale.udid = id