Hello again,
Here's one!
SQL Server 7 with Service Pack 2.
The database is about a GIG and it's set to 'Truncate Log on Checkpoint'. The log is also set to automatic growth (at 10%).
Despite this we sometimes get messages sent to the event log saying something like "Error: 9002, Severity: 17, State: 2 The log file for database 'DBASE' is full. Back up the transaction log for the database to free up some log space. "
How can this happen when all the above options are set? Could it be because a user has executed a large query which has filled up the log before a checkpoint can be reached?
Any clues greatly appreciated! Regards,
JJayUK
Here's one!
SQL Server 7 with Service Pack 2.
The database is about a GIG and it's set to 'Truncate Log on Checkpoint'. The log is also set to automatic growth (at 10%).
Despite this we sometimes get messages sent to the event log saying something like "Error: 9002, Severity: 17, State: 2 The log file for database 'DBASE' is full. Back up the transaction log for the database to free up some log space. "
How can this happen when all the above options are set? Could it be because a user has executed a large query which has filled up the log before a checkpoint can be reached?
Any clues greatly appreciated! Regards,
JJayUK