![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a database that is 400gb in size and is in full recovery mode. We perform a full backup nightly and apply this backup to the reporting server. Transaction log backups are performed hourly. I have noticed at times that it appears that after the full backup the next hourly transaction log is huge, in 60gb size. Last night we performed a full backup that finished at 3:04 am. There is very little to no activity at night. However the transaction log backup at 4:00am on has been failing because of not enough space on disk. The disk has 68gb free, should be more than enought to backup what was changed during the full backup. This has happened on other 2005 servers also, has something changed in the backup process for SQL. SQL2000 didn't have this issue, that I ever found. __________ Information from ESET NOD32 Antivirus, version of virus signature database 4658 (20091203) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com |
#3
| |||
| |||
|
|
I have a database that is 400gb in size and is in full recovery mode. We perform a full backup nightly and apply this backup to the reporting server. Transaction log backups are performed hourly. I have noticed at times that it appears that after the full backup the next hourly transaction log is huge, in 60gb size. Last night we performed a full backup that finished at 3:04 am. There is very little to no activity at night. However the transaction log backup at 4:00am on has been failing because of not enough space on disk. The disk has 68gb free, should be more than enought to backup what was changed during the full backup. This has happened on other 2005 servers also, has something changed in the backup process for SQL. SQL2000 didn't have this issue, that I ever found. |
#4
| |||
| |||
|
|
I have a database that is 400gb in size and is in full recovery mode. We perform a full backup nightly and apply this backup to the reporting server. Transaction log backups are performed hourly. I have noticed at times that it appears that after the full backup the next hourly transaction log is huge, in 60gb size. Last night we performed a full backup that finished at 3:04 am. There is very little to no activity at night. However the transaction log backup at 4:00am on has been failing because of not enough space on disk. The disk has 68gb free, should be more than enought to backup what was changed during the full backup. This has happened on other 2005 servers also, has something changed in the backup process for SQL. SQL2000 didn't have this issue, that I ever found. |
#5
| |||
| |||
|
|
Log backups are not from the last full backup but from the last Log backup. This is assuming you have already once run a full backup before. Subsequent full backups do not break the log chain and each log backup must get all changes from the last log backup, not the full. But my guess is you have a maintenance operation occurring such as rebuilding an index that is eating up the log files. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Thom" <Thom (AT) discussions (DOT) microsoft.com> wrote in message news:4C4A1F5B-60DE-4824-8D25-DD43389E9B52 (AT) microsoft (DOT) com... I have a database that is 400gb in size and is in full recovery mode. We perform a full backup nightly and apply this backup to the reporting server. Transaction log backups are performed hourly. I have noticed at times that it appears that after the full backup the next hourly transaction log is huge, in 60gb size. Last night we performed a full backup that finished at 3:04 am. There is very little to no activity at night. However the transaction log backup at 4:00am on has been failing because of not enough space on disk. The disk has 68gb free, should be more than enought to backup what was changed during the full backup. This has happened on other 2005 servers also, has something changed in the backup process for SQL. SQL2000 didn't have this issue, that I ever found. . |
#6
| |||
| |||
|
|
I'll check other maintenance activities. but I hav a question as to the way log backups work in 2000 vs 2005. In 2000 a log backup was from the last full, differential or log backup correct? So this has changed in 2005. "Andrew J. Kelly" wrote: Log backups are not from the last full backup but from the last Log backup. This is assuming you have already once run a full backup before. Subsequent full backups do not break the log chain and each log backup must get all changes from the last log backup, not the full. But my guess is you have a maintenance operation occurring such as rebuilding an index that is eating up the log files. -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Thom" <Thom (AT) discussions (DOT) microsoft.com> wrote in message news:4C4A1F5B-60DE-4824-8D25-DD43389E9B52 (AT) microsoft (DOT) com... I have a database that is 400gb in size and is in full recovery mode. We perform a full backup nightly and apply this backup to the reporting server. Transaction log backups are performed hourly. I have noticed at times that it appears that after the full backup the next hourly transaction log is huge, in 60gb size. Last night we performed a full backup that finished at 3:04 am. There is very little to no activity at night. However the transaction log backup at 4:00am on has been failing because of not enough space on disk. The disk has 68gb free, should be more than enought to backup what was changed during the full backup. This has happened on other 2005 servers also, has something changed in the backup process for SQL. SQL2000 didn't have this issue, that I ever found. . |
![]() |
| Thread Tools | |
| Display Modes | |
| |