Yesterday, when I was building a large DB from scratch I got an error saying:
1 |
Transaction Log for 'Database' is full due to LOG_BACKUP |
Running this simple query solved the issue:
1 |
ALTER DATABASE MyDB SET RECOVERY SIMPLE; |