XML Data Processing
- From: "_(d)IEGO" <rey_guerrero@xxxxxxxxxxx>
- Date: 29 Dec 2005 23:21:26 -0800
Hello everyone. I need help regarding the following:
Given the following table:
CREATE TABLE T1 (C1 nvarchar(10), C2 money)
INSERT INTO T1 VALUES ('A',1)
INSERT INTO T1 VALUES ('B',2)
INSERT INTO T1 VALUES ('C',3)
let's say that i have this table in a local server and i want to upload
it to a remote server and in the remote server upload it to a database
that contains the same table.
the uploading part can be done by another application in the remote
server, but i want i need is a way to transfer the data at the fastest
possible way.
what steps do i need to follow?
tia,
Rey Guerrero
.
- Follow-Ups:
- Re: XML Data Processing
- From: John Bell
- Re: XML Data Processing
- Prev by Date: Re: Deadlock on Update using temp table
- Next by Date: Re: XML data feed
- Previous by thread: Simple SQl question
- Next by thread: Re: XML Data Processing
- Index(es):
Relevant Pages
|