Brian,
initialization is the normal process at the creation of the subscription. If
you're replicating to a database which already has the PKs and FKs there,
there can be issues - is that what you have seen? In this case you might
want to use a pre-snapshot script to drop the FKs or to use a completely new
database if at all possible.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
klineb - 27 Feb 2006 19:36 GMT
Thanks for the reply.
Yes that is what I have seen.
Right now I have two installation options. The first option creates a
complete database with all tables, relations, PK, and FK's
The second option creates a database with only the non-replicated
tables.
I will try what you suggest.