all groups > sql server replication > june 2004 >
You're in the

sql server replication

group:

Lost connection to subscriber, translog on pub is growing


Lost connection to subscriber, translog on pub is growing Combfilter
6/30/2004 5:52:08 PM
sql server replication:
Is there a way to shrink the translog at the
pub if the subscriber is down for an
indefinite amount of time? Without deleting
the package and setting it back up again?

thx
Re: Lost connection to subscriber, translog on pub is growing Paul Ibison
7/1/2004 9:15:52 AM
Comb,
the production log shouldn't be affected by the connectivity of the
subscribers. The log reader agent will mark the log (using sp_repldone) and
after that a backup of the log will truncate the committed transactions.
Subsequently shrinking the log will remove the empty space.
HTH,
Paul Ibison

Re: Lost connection to subscriber, translog on pub is growing Combfilter
7/1/2004 10:00:45 AM
In article <OfKPjP0XEHA.3716
@TK2MSFTNGP10.phx.gbl>,
Paul.Ibison@Pygmalion.Com says...
[quoted text, click to view]
weird.. i wonder why it was messing with the
production log then.

thanks for the response..

Re: Lost connection to subscriber, translog on pub is growing Paul Ibison
7/1/2004 4:19:10 PM
Combfilter,
no reason I can think of, apart from if the logreader wasn't activated for a
while. Alternatively there may have been a long-running transaction which
didn't complete (DBCC OPENTRAN will tell you this).
HTH,
Paul Ibison

Re: Lost connection to subscriber, translog on pub is growing Combfilter
7/7/2004 2:32:14 PM
In article <eooUF83XEHA.1656
@TK2MSFTNGP09.phx.gbl>,
Paul.Ibison@Pygmalion.Com says...
[quoted text, click to view]
thanks for your help paul
AddThis Social Bookmark Button