-
- Novice
- Posts: 4
- Liked: never
- Joined: Mar 18, 2011 12:58 pm
- Full Name: George pop
- Contact:
SQL Backup Transactional Logs not Truncating.
Hey guys,
Our 3 SQL servers were going nuts on transactional logs. They were never truyncating so I had to put it to Simple mode and Shrink logs manually. Now I want to prevent that. We are running a nightly veeam backup job on these SQL servers.
What's the requirements for veeam to truncate them ? Does the database has to be in Full Recovery mode or Simple ?
We are running a reverse incremental job on these SQL servers
Thanks a lot.
Our 3 SQL servers were going nuts on transactional logs. They were never truyncating so I had to put it to Simple mode and Shrink logs manually. Now I want to prevent that. We are running a nightly veeam backup job on these SQL servers.
What's the requirements for veeam to truncate them ? Does the database has to be in Full Recovery mode or Simple ?
We are running a reverse incremental job on these SQL servers
Thanks a lot.
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
Make sure you are running the latest version, have application-aware processing enabled in backup job options, and the option to truncate logs on successful backup in the advanced settings on the same wizard step is enabled. Then it will work fine. If not contact support for further troubleshooting.
Log truncation is only needed with Full Recovery mode.
Log truncation is only needed with Full Recovery mode.
-
- Novice
- Posts: 4
- Liked: never
- Joined: Mar 18, 2011 12:58 pm
- Full Name: George pop
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
so if I leave the Recovery option to Simple I don`t have to shrink logs ? They don`t grow ?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
They grow, but with simple recovery mode SQL Server maintains only a minimal amount of information in the transaction log. And it truncates the transaction logs each time the database reaches a transaction checkpoint.
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
Simple is actually the way to go if you do not do anything with the logs.
-
- Novice
- Posts: 4
- Liked: never
- Joined: Mar 18, 2011 12:58 pm
- Full Name: George pop
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
thanks a lot guys.
so when does SQL reach "the database reaches a transaction checkpoint. ? " because i think we had some simple and they still grew a lot.
so when does SQL reach "the database reaches a transaction checkpoint. ? " because i think we had some simple and they still grew a lot.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
Take a look at this Microsoft's article for the answer: http://msdn.microsoft.com/en-us/library ... l.90).aspx
-
- Novice
- Posts: 4
- Liked: never
- Joined: Mar 18, 2011 12:58 pm
- Full Name: George pop
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
wow i hate these logs. My DBA inserted lots of rows and the log grew more than 25GB.. Is there a way to make the log no more than 1 GB cuz i really don`t care about them...
like limiting their max size stuff ?
like limiting their max size stuff ?
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: SQL Backup Transactional Logs not Truncating.
Sure, but it is not recommended by Microsoft AFAIK. All this will do is decrease SQL performance, and nothing on the positive side except of a few GB saved.
Who is online
Users browsing this forum: Bing [Bot] and 54 guests