Two questions about SQL Server Replication:
1) Is it possible to configure transaction replication between a database A, and a database B (which has a small subset of tables of database A)?
2) Is it possible to configure transaction replication between a database A, and a database B, when the tables and column names are different between the 2 databases?
Thanks in advance!