Re: Virtual SQL Server Transaction Log Auto-Grow problem.
From: Sezgin Rafed (anonymous_at_anonymous.com)
Date: 11/10/04
- Next message: Uttam Parui[MS]: "Re: Virtual SQL Server Transaction Log Auto-Grow problem."
- Previous message: Rodney R. Fournier [MVP]: "Re: Newbe Question - How to install SQL 2000 Cluster"
- In reply to: Michael Cheng [MSFT]: "RE: Virtual SQL Server Transaction Log Auto-Grow problem."
- Next in thread: Uttam Parui[MS]: "Re: Virtual SQL Server Transaction Log Auto-Grow problem."
- Reply: Uttam Parui[MS]: "Re: Virtual SQL Server Transaction Log Auto-Grow problem."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Nov 2004 08:57:07 +0200
Hi Michael,
It appears that SQL Server cannot increase the size of the Transaction Log
and because the log space used percentage is nearly 100% normal operations
cannot be carried out.
I am not sure, but it seems that this only happens after it grows beyond
certain size(let's say 20-30 GB).
Restarting SQL Server causes the expected increase of 10% in the Transaction
Log, so because now there is free space in it normal operation is resumed.
Changing the Recovery model to Simple also restores normal operation mode,
because the Transaction Log is no longer full.
During normal operation we take regular backups and don't experience any
problems. The project using the database is offline at the moment, so I had
disabled the backups. I am not sure why the Transaction Log had grown so
large, I am monitoring it now.
Simple Recovery Model is not acceptable - normaly Transaction Log backup is
taken every half an hour.
Regards.
Sezgin Rafed
- Next message: Uttam Parui[MS]: "Re: Virtual SQL Server Transaction Log Auto-Grow problem."
- Previous message: Rodney R. Fournier [MVP]: "Re: Newbe Question - How to install SQL 2000 Cluster"
- In reply to: Michael Cheng [MSFT]: "RE: Virtual SQL Server Transaction Log Auto-Grow problem."
- Next in thread: Uttam Parui[MS]: "Re: Virtual SQL Server Transaction Log Auto-Grow problem."
- Reply: Uttam Parui[MS]: "Re: Virtual SQL Server Transaction Log Auto-Grow problem."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|