We are using DB2 UDB 9.5 on windows server.
Looking at the option of creating a DB2 database Replica on another instance of db2 using replication center.
The question is -
Is it possible to link two databases thru db2 replication, but have only selective rows from the source table to go into the target tables (using some select SQL queries)? If yes, how can it be done?
Thanks.