10
The transaction log in database %.*s is almost full. Your transaction is being %S_MSG until space is made available in the log.
This error occurs when the last-chance threshold has been exceeded for the specified database. Each transaction accessing the transaction log will receive this message, indicating whether the transaction will be put to sleep or aborted until log space is available.
This message does not ordinarily require action if the transaction was put to sleep and the threshold procedure frees log space. In that circumstance, the sleeping processes will awaken and continue.
If the process was aborted, restart it.
If the process is not able to continue, look in the error log to determine why and manually dump the transaction log.
All versions