|
-
Apr 15th, 2010, 12:55 PM
#1
Thread Starter
Hyperactive Member
How to insert data from local to remote
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
-
Apr 15th, 2010, 04:00 PM
#2
Lively Member
Re: How to insert data from local to remote
You can't without writing an application to do it for you, i.e.;
Pull records from Server A
Send records to Server B
I wrote a book  Visual Studio 2008 Programming
Amazon.com / Visual Studio 2008 Programming / By Jamie Plenderleith & Steve Bunn
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|