Error 9002

Severity Level 19
Message Text

The log file for database '%.*ls' is full. Back up the transaction log for the database to free up some log space.

Explanation

The specified transaction log file has run out of free space.

Action

You can:

Or

  1. Free disk space on a different disk drive.
  2. Move the transaction log files with an insufficient amount of free disk space to the disk drive in Step 1.
  3. Detach the database by executing sp_detach_db.
  4. Attach the database by executing sp_attach_db, pointing to the moved files.

Or

See Also
ALTER DATABASE Insufficient Disk Space
Errors 9000-9999 sp_attach_db
Expanding the Database sp_detach_db

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.