I have 2 similar databases with the same structure and different values in SQL Server.
I want to copy the values of one column of the table from the first database to the second database in the same table and column
database1.table1.column1 = database2.table1.column1
Thank you