January 10, 2006 at 10:52 pm
January 11, 2006 at 3:18 am
Adel,
In SQL 2K there's no option to specify the order in which tables are replicated. Anyhow what would be right for inserts, will be wrong for deletes. So you either have to create your own scripts or just solve the conflicts.
SQL2005 has the option to replicate several tables as alogical unit to avoid these kind of errors.
Markus
[font="Verdana"]Markus Bohse[/font]
January 12, 2006 at 5:14 am
You can set the FK's to use the "Not for Replication" option. This will prevent the FK errors (referential integrity) during replication since replication moves the data in batch's. It may not be until a subsequent batch for all of the data to arrive.
January 15, 2006 at 10:20 am
January 17, 2006 at 6:45 am
you're welcome
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply