Community

Copy data to another SQL Server instance without a Linked Server

(Jeffrey Yao) Copying data from a table in one instance to a table in another instance is a common task. You could do this with T-SQL and a Linked Server, but what if you can’t use a Linked Server. To make it more difficult, say I have three servers: A, B, C and I want to copy data from a table on A

Read More - Register for Free Membership