Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ksr39
Posting Yak Master
193 Posts |
Posted - 2013-10-29 : 18:31:28
|
Hi Experts,Need a small suggestion on the below issue.I have observer that log file size is around 100GB and the log_reuse_wait_desc shows as Replication and REP_ database is in simple recovery model. First time I am seeing Snapshot replication will also cause log to wait on replication. We tried several ways to mark transactions as repl done but no luck and the log reuse wait still shows as replication.When I run dbcc opentran it is showing as below.Replicated Transaction Information:Oldest distributed LSN : (0:0:0)Oldest non-distributed LSN : (190181:4701335:41)So the Tlog was not truncating because of oldest non-distributed LSN.Any thought on this would be appreciatedThank You All In AdvanceKRS39 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2013-10-30 : 16:08:28
|
You need to investigate why replication is not working or remove replication temporarily. You can't clear the log until replication is fixed. What does replication monitor show?Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|