Author |
Topic  |
edmays
Starting Member
6 Posts |
Posted - 02/09/2009 : 18:11:06
|
sodeep: Yes, I have read the link you provided. No, it did not make it clear. Is there a way to determine the MinLSN? Why does the log_resuse_wait_desc return "Nothing"? What is the relationship between log_reuse_wait_desc and MinLSN? |
Edited by - edmays on 02/09/2009 18:12:16 |
 |
|
ryan13in
Starting Member
1 Posts |
Posted - 06/17/2009 : 18:37:58
|
Hi ,
I have a similar problem . my log file continues to grow even though my recovery model is simple .. there are no active transactions as well ...
The log file grow to such an extent till there is no space on the disk. At this point the dataabse tries to do a self recovery and hence locks out users trying to access the application.
I have set up a job every 15 mins to truncate logs and shrink the database, and this is helping me to a good extent .. However since the Backup .. tuncate_only is deprecated in 2005, my errors logs have a entry saying the command is deprecated ..
How do I fix this problem??
Ryan D |
 |
|
tkizer
Almighty SQL Goddess
USA
38200 Posts |
|
danst01
Starting Member
USA
1 Posts |
Posted - 08/06/2010 : 11:23:44
|
Did you ever get a definitive answer or solution to this problem? I am seeing the same behaviour.
Simple Recovery - Transaction Log Not Emptying
Thanks.
SteveD |
 |
|
Laura Beranek
Starting Member
USA
9 Posts |
Posted - 08/30/2010 : 14:34:04
|
I am having a similar problem. I have a database in simple recovery and DBCC OPENTRAN returns no open transactions. In production, the log_reuse_wait_desc value is ACTIVE_TRANSACTION and in test, the value is 'NOTHING'. I tried issuing the CHECKPOINT command which did nothing. I have not tried to truncate the log and I am running SQL Server 2008. I am not even sure I can truncate the log in 2008...I need to research that. There was mention to run SQL Profiler...if I do that, what am I looking for? This database is used frequently in production and hardly at all in test. In prod, there would be a lot of activity so I'm not sure what specifically I would be looking for. In prod, the log file is 88% full and in test, 48% full. The prod one continues to grow.
Please let me know if you have any ideas of what I could do to fix this.
|
 |
|
tkizer
Almighty SQL Goddess
USA
38200 Posts |
|
Laura Beranek
Starting Member
USA
9 Posts |
Posted - 08/30/2010 : 14:54:48
|
My problem sounds exactly like the problems described in this thread. Also, I definitely ran DBCC OPENTRAN against the correct database. Do I still need to start a new thread? |
 |
|
Topic  |
|