Transaction Log filling up on SQL database set to Simple
Posted
by Will
on Server Fault
See other posts from Server Fault
or by Will
Published on 2009-08-05T16:15:02Z
Indexed on
2010/06/03
15:15 UTC
Read the original article
Hit count: 224
sql-server
|sql-server-2005
We have a database on a SQL 2005 server that is set to Simple transaction mode. The logging is set to 1 MB and is set to grow by 10% when it needs to.
We keep running into an issue where the transaction log fills up and we need to shrink it. What could cause the transaction log to fill up when its set to Simple and unrestricted growth is allowed?
© Server Fault or respective owner