In sql server replication, we could set the destination table name different from the source table name , does anyone know is there any method to change the column name? thanks.
eg,
source: table Tbl_A with column A_1, A_2, A_3
destination: table Tbl_B with column B_1, B_2, B_3