I need to transfer data from one table to the same table in another server which has been truncated. What is the easiest way to do this?
Use the SQL Server Import and Export wizard. It's probably the easiest way to accomplish this task.
For more advanced data transfer, consider using bcp utility, BULK INSERT statement and OPENDATASOURCE.
bcp
BULK INSERT
OPENDATASOURCE