How to insert data from local SQL server to remote SQL server (without using linked server) like below?
insert * into [remote server].[northwind].orders
from [local server].[northwind].orders
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |