all groups > sql server replication > march 2005 >
You're in the

sql server replication

group:

Published Database Log file not growing bigger?


Re: Published Database Log file not growing bigger? Hilary Cotter
3/30/2005 10:30:09 AM
sql server replication:
No, this setting will not affect replication.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

Published Database Log file not growing bigger? Warren Patterson
3/30/2005 4:49:28 PM
Hi,

My log file on the publisher for the published database, doesnt seem to
grow, its always around 1MB, teh log file settings are set to allow the
file to grow incrementally and everything else seems normal.

After some further investigations I came across an option that should
apparently be set to false ( Truncate Log on Checkpoint).

SELECT DATABASEPROPERTY ('Northwind', 'IsTruncLog')

after running this, I determined that is was in fact set to TRUE. In order
to change it to false, I need to run this procedure

SP_DBOPTION Northwind ,'trunc. log on chkpt.', false

by setting this to false, would this cause any problems with replication
(Merge Replication, with pull subscribers)?


Thanks in advance.

Warren






Re: Published Database Log file not growing bigger? Warren Patterson
3/31/2005 8:00:28 AM
Many Thanks


[quoted text, click to view]

AddThis Social Bookmark Button