472,125 Members | 1,389 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,125 software developers and data experts.

tempdb log full error with plenty of disk space available

has anyone met with this before?

the setting is SQL2K with SP3 on a 2 node active-active W2K3 cluster.

on one of the machine, it occasionally prompts for the following error:
"The log file for database "tempdb" is full. Back up the transaction
log for the database to free up some log space."

the problem is, at the time of error, the tempdb tx log is only 200MB
and there are over 50G disk space available.

settings of tempdb:
-- 10% autogrow, unlimited max size
-- auto shrink off
-- data file around 1G

Thanks.

Jul 23 '05 #1
3 6611
Stu
Haven't ever seen that error, but stepping back a bit, it sounds like
you need to resize your tempdb. As you probably know, file I/O is very
expensive for processing power. If your tempdb is growing, then you
should resize it anyway.

That being said, that still doesn't solve your problem; it just delays
it a bit. But by changing the size, maybe some other erro will come to
light.

HTH,
Stu

Jul 23 '05 #2
I've found nothing in Microsoft's KB but found that some ppl seems to
have similar problem on other sql server forum.

Their explanation is that the TEMPDB is simple not large enough and
fast enough to handle a sudden query request of large temp space for
say sorting.

Their solution seems to increase the TEMPDB size to a larger size.

Further that, these errors occur after the server upgrade (from W2K to
W2K3, CPU 4x --> 8x, RAM 4G --> 12G).

Anybody has more input? Thanks

Jul 23 '05 #3
Hi

Adding the RAM probably increased performance, by adding more concurrent
query support, thereby pushing your existing TempDB size past it's limits.

Grow your TempDB to a size that is big enough.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mi**@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"New MSSQL DBA" <bo*******@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
I've found nothing in Microsoft's KB but found that some ppl seems to
have similar problem on other sql server forum.

Their explanation is that the TEMPDB is simple not large enough and
fast enough to handle a sudden query request of large temp space for
say sorting.

Their solution seems to increase the TEMPDB size to a larger size.

Further that, these errors occur after the server upgrade (from W2K to
W2K3, CPU 4x --> 8x, RAM 4G --> 12G).

Anybody has more input? Thanks

Jul 23 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Senthuran | last post: by
2 posts views Thread by Tom | last post: by
1 post views Thread by Dwayne | last post: by
2 posts views Thread by francois1 | last post: by
2 posts views Thread by Thomas R. Hummel | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.