Iter
2010-08-22 18:53:03 UTC
Hi, I have question reqarding stoping synchronizing the replication for 2
days. I have sql server 2008 running windows 2003. according user's request,
they want me to stopp synchronizing the replication for 2 days. after 2 days,
start to synchronize the replication. I will do following steps to implement
it.
1. Stop the distribution agent(View Synchrozization status -> stop),
2. Disable the job of REPL- distribition
3. Disable the job of distribution cleanup - distribution
4. increase the following distributor property in order to save the
transation in distribution db for 2 days. Do I need to restart service in
order to take effect?
a) @min_distretention to 48 hours
b) @max_distretention to 72 hours
c) @history_retention to 4 days
Can anyone tell me if this is enough? what else do I need to do? The
replication setup as non initial snapshot, so I cannot use snotshot to synch.
So I need to keep the transaction in distribution db for save. Let me know.
Thanks in advance.
days. I have sql server 2008 running windows 2003. according user's request,
they want me to stopp synchronizing the replication for 2 days. after 2 days,
start to synchronize the replication. I will do following steps to implement
it.
1. Stop the distribution agent(View Synchrozization status -> stop),
2. Disable the job of REPL- distribition
3. Disable the job of distribution cleanup - distribution
4. increase the following distributor property in order to save the
transation in distribution db for 2 days. Do I need to restart service in
order to take effect?
a) @min_distretention to 48 hours
b) @max_distretention to 72 hours
c) @history_retention to 4 days
Can anyone tell me if this is enough? what else do I need to do? The
replication setup as non initial snapshot, so I cannot use snotshot to synch.
So I need to keep the transaction in distribution db for save. Let me know.
Thanks in advance.