all groups > sql server (alternate) > may 2004 >
You're in the

sql server (alternate)

group:

tempdb log full


tempdb log full ziggy.971485 NO[at]SPAM bloglines.com
5/14/2004 6:49:42 AM
sql server (alternate): I received an error that the log in tempdb was full, but the log and
data segments are set to automatically grow with no limit AND there is
plenty of available space on the disk. So I don't understand why this
error occurred. Does anyone have any ideas?

Thanks,

Re: tempdb log full John Bell
5/15/2004 9:37:25 AM
Hi

Did this say it was full or could not grow? If the latter check out how the
amount of disc space available. You may also want to review how you are
using tempdb.

John

[quoted text, click to view]

Re: tempdb log full Erland Sommarskog
5/15/2004 9:45:59 PM
Tom (ziggy.971485@bloglines.com) writes:
[quoted text, click to view]

Do you have tempdb set to autoshrink? In this case, if tempdb grows
because of a wild transaction, the log will shrink once the wild
transaction is rolled back, because it ran out of disk space for
the log.

Another possibilty is that even if there is plenty of disk space, it may
not be plenty enough. 150 MB may seem plenty, but if the tempdb log
is 2 GB, and autogrow is set to the default 10%, autogrow will fail.


--
Erland Sommarskog, SQL Server MVP, sommar@algonet.se

Books Online for SQL Server SP3 at
AddThis Social Bookmark Button