Here I will explain how to transfer or copy or move data from one server database table to another server database table in SQL Server.
Background
I created one table Addresstype in database1 in server1 with some data. I have created same table Addresstype with same columns in database2 in server2. Now I want to fill AddressTpe table in server2 with data of Addresstype in server1.