Groups | Blog | Home
all groups > sql server (microsoft) > february 2006 >

sql server (microsoft) : DB File did not grow automatically


ddonck NO[at]SPAM hotmail.com
2/26/2006 10:11:45 PM
Hi there,

Recently I ran into the following problem. I have a database with
transaction log files that are set to "automatically grow with 10%". I
was doing a data transfer which took a lot of transaction log. At first
the file grew automatically, but then the data transfer failed with the
error:

Operating system error 112(There is not enough space on the disk.)
encountered.

So the file had apparently stopped growing automatically. I finally
managed to get the data transfer through by manually adding space to
the transaction log.

Has anyone ever run into this problem and know why this happened?

Thanks in advance,

Debora
Barry
2/27/2006 10:24:51 AM
The Error Msg means exactly what is says....

The file did not grow because there was not enough free disk space.
This isn't a problem with SQL Server as such - the problem occurs
because the disk that the Log File resides on ran out of space.

No free disk space - no file growth.

HTH

Barry
ddonck NO[at]SPAM hotmail.com
3/1/2006 8:49:15 PM
Hi Barry,

Thanks for the tip, but that wasn't the case. The disk had plenty of
space left, which was proved by the fact I could add space manually to
that disk.

Debora
mag1kus NO[at]SPAM yahoo.com
3/5/2006 6:58:08 PM
You can get into situations where the rate of data growth within tempdb
is greater than the rate at which SQL can increase the size of tempdb.
Just modify the size manually to encompass theoretical size required.
ddonck NO[at]SPAM hotmail.com
3/7/2006 3:55:57 AM
In my case it wasn't tempdb. In fact, tempdb wasn't used at al. Does
the same go for regular user databases?

Debora
AddThis Social Bookmark Button