Je hebt geen COPY
nodig of INSERT
maar UPDATE
(met JOIN):
UPDATE [DB2].[Table7]
SET [Table7].[Col555] = [Table1].[Col11]
FROM [Table1] JOIN [Table7] ON -- add the base for the join here...
WHERE [Table1].[Coll] = 'Important'
Zie dit bericht voor meer details:SQL-updatequery met behulp van joins