Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 TEMPDB log file is full alerts though it is not

Author  Topic 

venkath
Posting Yak Master

202 Posts

Posted - 2009-03-09 : 13:33:55
Hi All

We have SQL 2000 Production server, recently we are getting alerts

DATE/TIME: 3/9/2009 1:26:24 PM

DESCRIPTION: Error: 9002, Severity: 17, State: 6
The log file for database 'TESTDB' is full. Back up the transaction log for the database to free up some log space.

COMMENT: (None)

JOB RUN: (None)

But when we check the server immediately, we don't see any issue with the tempdb log file size or with the disk space.

Is there a way in sql server 2000 to capture which query or event would be triggering this alert

Thanks



sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-03-09 : 14:03:56
Error is saying for 'TESTDB' NOT 'TEMPDB'
Go to Top of Page

tosscrosby
Aged Yak Warrior

676 Posts

Posted - 2009-03-09 : 16:02:54
If it is a true TESTDB, set the recover mode to simple (MY practice) or initiate backups of the logs.

Terry

-- Procrastinate now!
Go to Top of Page
   

- Advertisement -