September 16, 2009

Error: 9002 SQL Server

Error: 9002, Severity: 17, State: 2
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

Nah kalo udah nemu error database (SQL Server khususnya) kayak di atas ..
Causes :
How to maintenance or even solve it :
  • check db integrity
  • shrink db
  • re-organize index
  • update statistics
  • backup db
  • maintenance cleanup
and for additional run the dbcc shrinkdatabase("dbname", TRUNCATEONLY)

No comments: