We have an issue with Audit Trail's SQL DB becoming to large and growing at a exceedingly rapid pace. Is there a way to put an age limit on what is kept in the SQL DB?
Question
Question
Answer
SELECTED ANSWER
replied on March 4, 2014
Audit Trail is configured for a default period of 30 days. I wonder if by "SQL DB" Amanda is including all the database space, including the logs.
It's very common for people to create a database and leave it in "Full" recovery mode rather than "Simple" "Full" causes the log file of the database to grow indefinitely until it's backed-up or truncated. If that's the case, it's easy to set the database to Simple mode and shrink the log file.
You could check out this page, for example: http://blog.sqlauthority.com/2010/05/03/sql-server-shrinkfile-and-truncate-log-file-in-sql-server-2008/
-Ben
0
0