MarkButler
Programmer
I am getting an error on TEMPDB as follows:
The log file for database 'tempdb' is full. Back up the transaction log for
the database to free up some log space...
Followed by:
Error: 9002, Severity: 17, State: 6
When I try to back up TEMPDB the backup wizard states that it cannot be
backed up. The log file is set to "Unrestricted file growth" and the drive
the log file is on has 6GB of free space.
The task that I assume caused this is updating approximately 190,000 records
in a different database. This is the only error in the log other than
informations messages from various maintenance plans. Yet the table being
updated is hung. From within Enterprise Manager when trying to open the
table, it times out. Shutting down SQL and restarting causes a recovery to
the table being updated and frees up the table.
1 - What is causing the above error on tempdb?
2 - How can I free up the large table in the other database?
TIA Mark
SQL 2000, SP3
The log file for database 'tempdb' is full. Back up the transaction log for
the database to free up some log space...
Followed by:
Error: 9002, Severity: 17, State: 6
When I try to back up TEMPDB the backup wizard states that it cannot be
backed up. The log file is set to "Unrestricted file growth" and the drive
the log file is on has 6GB of free space.
The task that I assume caused this is updating approximately 190,000 records
in a different database. This is the only error in the log other than
informations messages from various maintenance plans. Yet the table being
updated is hung. From within Enterprise Manager when trying to open the
table, it times out. Shutting down SQL and restarting causes a recovery to
the table being updated and frees up the table.
1 - What is causing the above error on tempdb?
2 - How can I free up the large table in the other database?
TIA Mark
SQL 2000, SP3