"rg" <rg01@goodnews.net> wrote in
news:#HtGlrvtGHA.4472@TK2MSFTNGP02.phx.gbl:
Unless you're changing a relationship on tables with existing data,
I'd think there'd be no problems.
If you *are* doing that, do the relationship change one step at a
time, synch, then do the next step. You want to propagate each
design change around the whole replica set before continuing with
the next one.
It's probably safe to do all design changes in one synch, as long as
you can be sure there are no *data* changes in the same tables or
related tables in the same synch. If any of your changes involve
something like change foreign keys and then deleting the parent
record, be sure to do that in two steps (change the foreign key,
synch, delete the parent record, synch) or you'll produce errors.
But if you're only adding relationships between existing tables and
a new table with no records in it, I see nothing to worry about.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
|