Author |
Topic |
nivas_kt
Starting Member
3 Posts |
Posted - 2007-07-21 : 03:27:11
|
Hi all I have a Job which is ment for backup while it running job it throw a error(alert)Transaction log full,I check the trasaction option Autogrow is ON and I check the Diskspace that having suffecient spacesome body help me regarding thisThanks in AdvanceThanks&RegardsNivas_kt |
|
nivas_kt
Starting Member
3 Posts |
Posted - 2007-07-21 : 11:08:12
|
Hi allI have a Job scheduled to take backup every day night,yester day job thow error saying is that 'Transaction log full' .Please some one help me regarding the samethanks in AdvanceThanks&RegardsNivas_kt |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-21 : 12:22:52
|
Which db's log is full? Is msdb? Check sql server log for detailed reason. |
 |
|
sqldba_ind
Starting Member
22 Posts |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-23 : 13:54:24
|
Log of msdb can be full due to many reason. If that's the case, you'll get error from backup job since sql can't update msdb for job status. |
 |
|
sqldba_ind
Starting Member
22 Posts |
Posted - 2007-07-24 : 04:30:10
|
HiThanks rmina,if this is the case,what is the action we have to take immeditaly.But still i have a dout since MSDB in Simple recovery model,it always truncate the trasaction fileThanks&Regardssrini |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-24 : 14:54:05
|
Check log usage for involved dbs in em, expand it if needed. |
 |
|
NeilG
Aged Yak Warrior
530 Posts |
Posted - 2007-07-24 : 15:25:22
|
What recovery model are you using on the db and when was the last time you did just a transaction log backup. |
 |
|
nivas_kt
Starting Member
3 Posts |
Posted - 2007-07-25 : 05:44:27
|
Hi NeilGI have a production Database and I have a scheduled job(hourly configured) which is taking backups(Transaction log),My schedules like this below1.Every day morning full backup and every hour transaction log backup.at 1PM Job was failed error sysing is that Transaction log was full...so,that i checked option database ,Options are like this1.auto grow ON2.percentage 10i cheked Disk diskspace --- space is availableplease give me suggestionThanks&RegardsNivas_kt |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-07-25 : 11:18:49
|
Can you post complete error message here? What does sql server log say? |
 |
|
donpolix
Yak Posting Veteran
97 Posts |
Posted - 2007-07-30 : 00:53:57
|
You were able to check filegrowth of your tlog, but how about MAXSIZE?Donn Policarpio |
 |
|
|