Re: How to manage the transaction log
- From: Accesshelp <Accesshelp@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Jun 2009 07:28:01 -0700
Good morning Aaron,
My hard disk has 100 GB, but the company quotas to 50 GB. Of the 50 GB
quota, I have 38 GB left at this point. I believe space on my hard drive is
not an issue.
I believe the actual issue is the limit on the SQL database size. From what
I observed from yesterday, when the SQL database size hits 2.53 GB, I can not
import data nor running any queries (append, update, delete, etc.). The
reason I am saying that is I was able to do anything regardless of the size
of transaction log; however, once I hit 2.53 GB on database, I could not do
anything.
I thought the SQL database size is 4 GB. Do you know why it would stop me
from doing anything once it hits 2.53 GB?
Thanks.
"Aaron Bertrand [SQL Server MVP]" wrote:
That sounds like you ran out of space on your disk, sorry. You said before.
you have 50 GB free, have you verified that? Is your file system compressed
or maybe there is disk quota in place, which would prevent the log file from
growing? Are you sure the log file is in the location you think it is?
On 6/4/09 4:59 PM, in article
DEE03559-21AA-4C70-8B43-21CC9A25BA1F@xxxxxxxxxxxxx, "Accesshelp"
<Accesshelp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Aaron,
Below is the message that I got when I tried to run the delete query. My
log file is 4.5 GB when I got this error.
Msg 9002, Level 17, State 4, Line 1
The transaction log for database 'SnfMCRData' is full. To find out why space
in the log cannot be reused, see the log_reuse_wait_desc column in
sys.databases
Thanks.
"Aaron Bertrand [SQL Server MVP]" wrote:
As I mentioned in my previous post, the issue is even if I set the log file
to be unlimited, I was not able to run the append queries when the log file
hit 8 GB.
What does "not able to run" mean? Do you get an error message? If so,
could you be specific?
- Follow-Ups:
- Re: How to manage the transaction log
- From: Erland Sommarskog
- Re: How to manage the transaction log
- References:
- How to manage the transaction log
- From: Accesshelp
- Re: How to manage the transaction log
- From: bass_player
- Re: How to manage the transaction log
- From: Accesshelp
- Re: How to manage the transaction log
- From: Aaron Bertrand [SQL Server MVP]
- Re: How to manage the transaction log
- From: Accesshelp
- Re: How to manage the transaction log
- From: Aaron Bertrand [SQL Server MVP]
- Re: How to manage the transaction log
- From: Accesshelp
- Re: How to manage the transaction log
- From: Aaron Bertrand [SQL Server MVP]
- How to manage the transaction log
- Prev by Date: RE: VS 2005 (BIDS) deploys the wrong data source connection string
- Next by Date: Re: Enterprise Manager displays nvarchar as <binary>
- Previous by thread: Re: How to manage the transaction log
- Next by thread: Re: How to manage the transaction log
- Index(es):
Relevant Pages
|