November 9, 2010 at 1:06 am
Hi,
In one of our production server backup of transaction log file exceeds the backup of full backup size. The backups are taken in the below order
Full backup- Every night 12.00AM
Diff- Every day two times between 6.00AM to 8PM
Tranlog vackup- every two hr. starting from 12.30 AM
Full back up size - 11GB
Tranlog backup size - 33 GB (only which is taken at 12.30, others having small size)
Full backup runs till 12.45.
Is it because of the full backup runs during that time?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
November 9, 2010 at 1:14 am
Unlikely to be the result of the full backup. My guess, between 12.30 and the log backup before it you're doing something like an index rebuild over all indexes.
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
November 9, 2010 at 1:29 am
We have one job for rebuilding indexes which runs at 2.00 AM every sunday.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
November 9, 2010 at 1:42 am
What jobs run between that 12:30 log backup and the previous log backup?
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
November 9, 2010 at 2:37 am
What jobs run between that 12:30 log backup and the previous log backup?
Only full backup runs at 12.00 AM between this time.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
November 9, 2010 at 3:37 am
For the same database log size is 55 GB and data file 15 GB though transaction log backup is taken every 2 hour. Can you tell me why this is happening?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
November 9, 2010 at 3:52 am
Is there any other large amount of activity on the database between those times like a SSIS Data load?
November 9, 2010 at 3:59 am
Sumanta Roy (11/9/2010)
What jobs run between that 12:30 log backup and the previous log backup?Only full backup runs at 12.00 AM between this time.
Sumanta
Without any modification the t-log backup will not went huge.run a server side trace to find what transaction going on that time.
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
November 9, 2010 at 4:02 am
Sumanta Roy (11/9/2010)
Hi,In one of our production server backup of transaction log file exceeds the backup of full backup size. The backups are taken in the below order
Full backup- Every night 12.00AM
Diff- Every day two times between 6.00AM to 8PM
Tranlog vackup- every two hr. starting from 12.30 AM
Full back up size - 11GB
Tranlog backup size - 33 GB (only which is taken at 12.30, others having small size)
Full backup runs till 12.45.
Is it because of the full backup runs during that time?
My guess is the t-log file size is huge thats why you got 33 GB in starting time only.after that there is no huge modification.
After 12:30 am, what is t-log backup size ?
Can you post the dbcc sqlperf (logspace).
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply