| Event Id | 9002 | | Source | MSSQLServer | | Description | The transaction log for database '%.*ls' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases | | Event Information | According to Microsoft : Cause : The database log is out of space. The log_reuse_wait_desc column in sys.databases describes why space in the log cannot be reused. User Action: Use sys.databases to determine why the log is full and then correct the condition.
----------------------------------------------------------------------------------------------------------------------
According to News Group :
We had the transaction logs on the C drive and they were eating up space and caused this error, which was a "Disk Full " error. We moved the logs over to our DB/ data volume and everything is fine now.
| | Reference Links | Event ID 9002 from Source MSSQLServer |
|
|