Mijn SQL server 2008 R2had vanacht een probleem waar de log file vol raakte.
Nu heb ik al automatische monitoring lopen die een extra log backup start als de log x% vol raakt.
Deze processes runden successvol
dus wat research levert me:
MSDN: The Transaction Log (SQL Server)
https://technet.microsoft...02.logging.aspx#id0060077
"There are two common issues that can prevent log truncation:
A long-running active transaction. The entire transaction log since the first log record from the oldest active transaction can never be truncated until that transaction commits or aborts.
Switching to the FULL recovery model, taking a full backup, and then never taking any log backups. The entire transaction log will remain active, waiting to be backed up by a log backup.
"
Ik vermoed dus dat het 1e het geval is.
Hebben anderen dit probleem wel eens gehad en opgelost?
Deze link geeft mogelijk een startput..
http://www.connectsql.com...matically-detect-and.html
En de max van de Log file heb ik ook al opgehoogd als tussenoplossing (250GB->350GB
)
Nu heb ik al automatische monitoring lopen die een extra log backup start als de log x% vol raakt.
Deze processes runden successvol
dus wat research levert me:
MSDN: The Transaction Log (SQL Server)
https://technet.microsoft...02.logging.aspx#id0060077
"There are two common issues that can prevent log truncation:
A long-running active transaction. The entire transaction log since the first log record from the oldest active transaction can never be truncated until that transaction commits or aborts.
Switching to the FULL recovery model, taking a full backup, and then never taking any log backups. The entire transaction log will remain active, waiting to be backed up by a log backup.
"
Ik vermoed dus dat het 1e het geval is.
Hebben anderen dit probleem wel eens gehad en opgelost?
Deze link geeft mogelijk een startput..
http://www.connectsql.com...matically-detect-and.html
En de max van de Log file heb ik ook al opgehoogd als tussenoplossing (250GB->350GB

Mag je een gegeten paard in de bek kijken?