cancel
Showing results for 
Search instead for 
Did you mean: 

cross database Select into sybase replication server

jmtorres
Active Participant
0 Kudos

Hello,

Using SAP SRS 15.7.1 and MSA between 2 ASE 16 SP02 .

SQL statement replication(sqldml) on for "select into".

Assuming : DB_1 has table t_1, DB_2 has table t_2

Then having something like :

use

DB_1

select * into t_3 from DB_1.dbo.t_1 , DB_2.dbo.t_2 /** t_3 might be #t_3 **/

go

Is this supported by SQLDML in a MSA or WS toplogy in order to replicate from pdb to rdb?

Thank you

Regards

Jose

Accepted Solutions (0)

Answers (0)