Groups | Blog | Home
all groups > sql server new users > september 2006 >

sql server new users : Transaction Log Errors


Tom Roth
9/21/2006 8:39:01 AM
I'm running SQLServer 2000 Standard. I have a database that is set for
Recovery Mode = Simple. The dboption "trunc. log on ckpt." is set to TRUE.
I have also issued the truncate log command "BACKUP LOG DB_Name WITH
TRUNCATE_ONLY". I have penty of available disk space.

I still get the following error messages:
DESCRIPTION: Error: 9002, Severity: 17, State: 6
The log file for database 'DB_Name' is full. Back up the transaction log for
the database to free up some log space.

Why do I keep getting this error message? Does the dboption "trunc. log on
ckpt" not work?
--
Tom Roth
9/21/2006 8:49:02 AM
I also wwanted to mention that the transaction log is set to automatically
grow. The file growth is "10%". The maximum file size is "Unrestricted file
growth".
--
Tom


[quoted text, click to view]
Arnie Rowland
9/21/2006 10:14:29 AM
How much free space is available on the disk?

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


[quoted text, click to view]

Tom Roth
9/21/2006 10:26:02 AM
I have 28.6GB of space available on the log drive. I found a Q Article
(909369). I wonder if this is my problem. I'm running SQL Server 2000
Standard SP3a.
--
Tom


[quoted text, click to view]
Arnie Rowland
9/21/2006 1:16:19 PM
SP4 may clear up some of your problems.

My suspicion is that the log file needs to be larger. Have you attempted to
increase the Log file size?

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


[quoted text, click to view]

AddThis Social Bookmark Button