June 21, 2012 at 7:42 am
Hi,
In sys.databases table the log_reuse_wait_desc shows ACTIVE_TRANSACTION in msdb database, could anyone help me why the log_reuse_wait_desc shows that?
probably the trn log is full? or something else?
appreciate the help!
June 21, 2012 at 7:53 am
There is an active transaction going on in MSDB.
Jobs updating sysjob..... tables, database mail updating sysmail.... tables etc, could be a whole range of things.
June 21, 2012 at 7:57 am
ok, which this situation what steps needs to be follow?
June 21, 2012 at 8:21 am
Wait for the transaction to finish.
June 21, 2012 at 10:28 am
None unless the transaction stays there for abnormally long time and the log is growing out of control.
Please read through this: http://www.sqlservercentral.com/articles/Transaction+Log/72488/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 21, 2012 at 10:32 am
Can I go ahead and shrink the msdb log file?
June 21, 2012 at 10:39 am
Why do you want to?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 21, 2012 at 10:50 am
just a thought!
June 21, 2012 at 10:57 am
Please read through this - Managing Transaction Logs[/url]
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 21, 2012 at 11:06 am
Thanks Gail!
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply