SQL Data Transfer

后端 未结 6 434
天命终不由人
天命终不由人 2021-01-14 05:03

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?

6条回答
  •  日久生厌
    2021-01-14 05:10

    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.

提交回复
热议问题