I am replicating several tables to a database on the same server as the source database.
Those tables have several foreign keys between them. When I look at the replicated tables, they do not have the foreign keys on them.
So, here are my questions:
- Should replication be copying these foreign keys by default?
- If not, how can I get them to replicate?
- If so, what would cause them to not replicate?
NOTE:
My source database has TableA and TableB. TableA has a primary key of AId. TableB has a foreign key on that column. And I am doing a transactional replication of both TableA and TableB.