Hi,
I have 2 tables (parent and child with FK) in the same publication in snapshot replication.
Parent row must have at least one child row.
Child row must have one parent row.
When inserting data , we always insert data in the same transaction.
I understand that the snapshot is done by the bcp utility.
1) Will I get full transactions ?
2) Is the data of all tables in the same publication is synced to the same time?
Regards, Asi Pesa