A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Here are some more options in addition to @ZoeHui-MSFT solution of using SSDT or SSIS or direct query
(1) Use bcp to export the data to csv file and import the data to the other server - this is my preferred option for many cases
(2) Use merge replication - fits mostly when this is not a one time work but a case that you want to keep the tables sync