|
Posted by _(d)IEGO on 12/30/05 09:21
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
Navigation:
[Reply to this message]
|