Event Id9002
SourceMSSQLServer
DescriptionThe 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 LinksEvent ID 9002 from Source MSSQLServer


  Did this information help you to resolve the problem?
  Yes: My problem was resolved.
  No: The information was not helpful / Partially helpful.
  Comments:

Captcha  Refresh