Re: log file for database 'tempdb' is full
- From: "Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx>
- Date: Wed, 15 Mar 2006 19:50:07 -0500
This is often a result of the log file needing to grow but can't grow fast
enough. If you are not always going to have plenty of free space in the
data and log files (for all dbs) you need to ensure that the autogrow is set
to a size that can grow in just about 10 seconds or less. This usually
means changing from a % to a fixed size that you know your hardware can
support in that time.
--
Andrew J. Kelly SQL MVP
"bill" <wbeatty@xxxxxxxxxxx> wrote in message
news:ys_Rf.6488$%m4.5009@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Yea, I increased the size. I would just love to know what caused this.
Thanks
"Robert Ellis" <robe_2k5@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23eZjmDGSGHA.5656@xxxxxxxxxxxxxxxxxxxxxxx
Bill,
As you have ample free disk space, perhaps you should consider
increasing the log file allocation to an appropriate size, rather than
just letting it auto-grow.
Do you have a workload on your server that uses a lot of temporary
tables?
Perhaps take a look at:
http://www.mcse.ms/archive81-2003-12-220762.html
HTH,
Robert
"bill" <wbeatty@xxxxxxxxxxx> wrote in message
news:p_YRf.20217$NS6.14773@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am running SQL 2000 SP3 on Windows 2003 server. The error is:
Error: 9002, Severity: 17, State:6
The log file for database 'tempdb' is full. Back up the transaction log
for the database to free up some log space.
Thanks
"Robert Ellis" <robe_2k5@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:eD0qxvESGHA.1728@xxxxxxxxxxxxxxxxxxxxxxx
Hi Bill,
What version & edition of SQL Server are you using?
What platform is it installed on (Windows 2000, XP, 2003)?
Can you post a copy of the exact error message?
Thanks!
Robert
"bill" <wbeatty@xxxxxxxxxxx> wrote in message
news:jZURf.6473$%m4.5691@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I got several errors yesterday indicating the log file for tempdb was
full. The log file and data file are set to automatically grow and
there is 1.4 Tb free on the partition. Can anyone tell me why I would
get this error?
Thanks
.
- References:
- log file for database 'tempdb' is full
- From: bill
- Re: log file for database 'tempdb' is full
- From: Robert Ellis
- Re: log file for database 'tempdb' is full
- From: bill
- Re: log file for database 'tempdb' is full
- From: Robert Ellis
- Re: log file for database 'tempdb' is full
- From: bill
- log file for database 'tempdb' is full
- Prev by Date: Re: SQL Server 2005 Installation
- Next by Date: Re: Install Failure: SQL Server 2005 on Xeon (EMT64) with XP Professio
- Previous by thread: Re: log file for database 'tempdb' is full
- Next by thread: Re: SQL Server 2005 Installation
- Index(es):
Relevant Pages
|