I have 2 ASE servers P1 and P2.
Can I run the following command on P1 ;
"SELECT * FROM P2.DATABASE.DBO.TABLENAME"
I know about CIS but then I have to define the table as a remote object AND the my remote database name changes every time so I have to drop and recreate the objectdef.
Basically, what is the simplist way to read data across servers ?
Can I run the following command on P1 ;
"SELECT * FROM P2.DATABASE.DBO.TABLENAME"
I know about CIS but then I have to define the table as a remote object AND the my remote database name changes every time so I have to drop and recreate the objectdef.
Basically, what is the simplist way to read data across servers ?