Re: Connecting to two servers
- From: "Joachim Uersfeld" <uersfeld@xxxxxxxxxx>
- Date: 17 Jul 2008 07:54:25 -0700
It is possible with SQL and a simple TAdoQuery:
INSERT INTO myDatabase1.dbo.myTable1
SELECT * FROM myDatabase2.dbo.myTable1
Joachim
F Alvarado wrote:
I need to access two tables in two different servers (MS SQL Server.
2005) and append data from one table to the second one.
- Follow-Ups:
- Re: Connecting to two servers
- From: Helmut Woess
- Re: Connecting to two servers
- References:
- Connecting to two servers
- From: F Alvarado
- Connecting to two servers
- Prev by Date: Unable to insert BLOB value into a MSSCE "image" field. Error: 8007000E - Not enough storage is available to complete this operation
- Next by Date: Re: Connecting to two servers
- Previous by thread: Re: Connecting to two servers
- Next by thread: Re: Connecting to two servers
- Index(es):
Relevant Pages
|
|