MSSQLSERVER_9002

Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

Details

Product Name

SQL Server

Event ID

9002

Event Source

MSSQLSERVER

Component

SQLEngine

Symbolic Name

LOG_IS_FULL

Message Text

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.

Explanation

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. For more information, see "Troubleshooting a Full Transaction Log (Error 9002)" in SQL Server Books Online.

See Also

Reference

sys.databases (Transact-SQL)

Concepts

Troubleshoot a Full Transaction Log (SQL Server Error 9002)