BCP from One Table to Another table in different servers in SQL Server 2008 R2
问题 I have two different servers. I need to transfer the data from One Server table to another server table (both are on same structure) using either BCP or using BULK INSERT . I need to do this on the run time. Can anybody please help me on this? I have a linked share connection established between the servers. Looking for an option to copy data faster. 回答1: BCP will almost certainly the fastest, however it is not transactional and the error trapping is rather poor. It's pretty easy to use