The transaction log for the database is full

To fix this problem, change Recovery Model to Simple then Shrink Files Log

1.
Database Properties > Options > Recovery Model > Simple

2.
Database Tasks > Shrink > Files > Log

Done.

Then check your db log file size at
Database Properties > Files > Database Files > Path

To check full sql server log: open Log File Viewer at
SSMS > Database > Management > SQL Server Logs > Current

Leave a Comment