XML Data Processing



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

.



Relevant Pages

  • Re: Problem uploading image files
    ... computer as the php server. ... even worse on the remote server. ... how the php image upload process actually works and probably some other ... directory in order to "read" it into the php script. ...
    (alt.php)
  • Re: How to split while uploading
    ... LoL wrote: ... I want to upload a file from ... > specified URL to a remote server. ... > it when uploading from my home computer to a remote server. ...
    (comp.unix.shell)
  • Re: visitor upload files
    ... The settings are only available on the remote server, ... Right-click the new folder and then click Properties on the menu that ... Make sure the remaining check boxes are ... Upload permissions under the FP 2002 SE see ...
    (microsoft.public.frontpage.programming)
  • Re: Ruby on Rails newbie question
    ... file located in the helper folder (apps/helpers) and uploaded that .rb ... file only to my remote server, ... or upload more than that 1 .rb file. ...
    (comp.lang.ruby)
  • File upload to a remote share not working.
    ... I am trying to upload a file using .Net's HttpPostedFile.SaveAsto a share ... on a remote server. ... Given below is the stack trace ... at System.IO.__Error.WinIOError(Int32 errorCode, String str) ...
    (microsoft.public.dotnet.framework.aspnet)