UPDATE table1 t1, table2 t2
SET t1.field_to_change = t2.field_with_data
WHERE t1.field1 = t2.field2;
UPDATE table1 t1, table2 t2
SET t1.field_to_change = t2.field_with_data
WHERE t1.field1 = t2.field2;
Roteamento somente leitura para um Always On
Editar linhas/registros da tabela no SQL Server Management Studio (SSMS) - Tutorial do SQL Server / Tutorial do TSQL Parte 18
Como excluir um trabalho do SQL Server Agent no Azure Data Studio
Como realçar registros ou valores em um relatório do Microsoft Access usando formatação condicional