all groups > sql server replication > july 2007 >
You're in the

sql server replication

group:

log file on subscriber db growing fast


log file on subscriber db growing fast jules
7/5/2007 3:00:00 AM
sql server replication:
replication between to sql 2005 servers the publication type is snapshot and
the
subscriber type is transactional
I have a problem with fast growing log files on the subscription database
the data in the db is 48mb but the log file is 60 gb
RE: log file on subscriber db growing fast Paul Ibison
7/5/2007 9:12:05 AM
If you don't need to back the logs up and just want them to stay small, then
change the recovery mode to simple. Once the data has been purged, you'll
need to shrink the size of the log file to recover the extra space. If the
simple recovery mode doesn't cause the occupied space to fall, have a look
for an open transaction (dbcc opentran) and kill the relevant SPID if
necessary.
HTH,
RE: log file on subscriber db growing fast jules
7/6/2007 2:40:00 AM
Paul thank you very much it did the job

[quoted text, click to view]
RE: log file on subscriber db growing fast jules
7/6/2007 2:40:01 AM
thanx Paul,

it worked perfectly

[quoted text, click to view]
RE: log file on subscriber db growing fast jules
7/6/2007 2:40:02 AM
Paul thank you very much it did the job

[quoted text, click to view]
RE: log file on subscriber db growing fast jules
7/6/2007 2:40:02 AM
thanx Paul,

it worked perfectly

[quoted text, click to view]
RE: log file on subscriber db growing fast jules
7/6/2007 2:42:01 AM
thanx Paul it worked fine
if you she this message three times it is because the ms server cannot be
found everytime i post my response :)

[quoted text, click to view]
AddThis Social Bookmark Button