I am new in my environment and Im asked to create scripts for a project. The scripts will migrate (essentially merge) two different tables with their data located on two different databases on two different servers.
All together I have 4 tables. Two on source and two on the target. Thus Table A and Table B are on source Table A2 and Table B2 are on target. Table A on source and Table A2 on target has the same exact columns.
On the other hand Table B on source and Table B2 on target have some similar Columes and some extra. How do I go about starting this script. Any example scripts please?
hese are in a Sql server databases.