I have a requirement where i have create replication between two tables with different names and which have different column names. Is it possible to create such replication.
server A server B
---------- ----------
Table : Test Table : SUBS
-------------- ---------------
columns A,B,C Columns D,E,F,G,H
I want to configure replication so that column A data is replicated to column D, column B data is replicated to column E, column C data is replicated to column F