|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, October 31, 2012 9:26 AM
Points: 26,
Visits: 65
|
|
| Pretty basic(stupid) question, is it possible somehow to make a child table (the one with foreign key constraints) a publication article while NOT including the parent table in the publication?
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Monday, June 10, 2013 2:10 PM
Points: 1,493,
Visits: 240
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, October 31, 2012 9:26 AM
Points: 26,
Visits: 65
|
|
Thank you. So the answer is, If the user application (at subscriber side) is adding a row into the child table, the corresponding parent table MUST be present right?
EX: Products and Orders. Orders has foreign key to Products table.
At subscriber side, can I not have Product table at all? (Just for example) I guess NOT
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Monday, June 10, 2013 2:10 PM
Points: 1,493,
Visits: 240
|
|
What kind of replication do you want to use ?
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, October 31, 2012 9:26 AM
Points: 26,
Visits: 65
|
|
| merge replication with pull subscribers
|
|
|
|