home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!bcm!mparsons
- From: mparsons@fleming.csc.bcm.tmc.edu (Mark Parsons)
- Newsgroups: comp.databases.sybase
- Subject: Re: "Select" from one server to ther other server
- Date: 18 Nov 1992 15:14:23 GMT
- Organization: Baylor College of Medicine, Houston, Tx
- Lines: 34
- Distribution: world
- Message-ID: <1edmkfINN3k@gazette.bcm.tmc.edu>
- References: <463@ub-tky.UBSPD.CO.JP>
- Reply-To: mparsons@fleming.csc.bcm.tmc.edu (Mark Parsons)
- NNTP-Posting-Host: fleming.csc.bcm.tmc.edu
- Originator: mparsons@fleming.csc.bcm.tmc.edu
-
-
- In article <463@ub-tky.UBSPD.CO.JP>, tosma@ub-tky.ubspd.co.jp (TOSMA-GUEST) writes:
- |>
- |> 18 Nov 1992
- |>
- |> Dear sybase guru:
-
- *Cough* Hmmmmmmmmm . . . Yeeeeeeesssssssssssss????!!!! ;-)
-
- |> I am looking for the the way to do
- |> "select * from table where some condition" in a database in A-server,
- |> ^^^^^ ^^^^^
- |> then transfer the data into a different database in B-server.
- |> Is there any way to do this kind of things without using
- |> Open-client Library???
-
- Hmmmmmmmm, I don't know of any way to directly select from server A
- to server B.
-
- |> Any suggestion will be appreciated.
-
- Well, how about this . . .
-
- When doing your select, select the data into a table. Have an
- insert trigger on that table which calls a stored procedure on
- server B(the other server) which inserts the data there.
-
- Of course, this will cause a lot of traffic on the net if you're
- doing a lot of transfers . . .. just something to think about . .
-
- Mark
-
-
-
-