Archives of the TeradataForum
Message Posted: Sun, 02 Oct 2005 @ 14:42:21 GMT
Subj: | | Re: Accessing Data across two servers |
|
From: | | Anandram_Nagendra |
You can use Teradata preprocessors ( PP2 available for C, Cobol and PL/I( MF only)). I think this would be easier than UDFs and ODBC
applications.
You can logon to two servers in two different connections and retrieve data into host variable. Once data is in host variables you can do any
thing( Print as report OR insert into third server OR one of the two servers)
|