hi all,
This is SQL Server 2000 Std.
A critical job failed this morning. This job copies an 11 million row table and has been completing successfully for 2 years. This database is using SIMPLE Recovery mode.
The log file for database 'gm' is full. Back up the transaction log for the database to free up some log space. [SQLSTATE 42000] (Error 9002). NOTE: The step was retried the requested number of times (2) without succeeding. The step failed.
The t-log was 9.5GB after the failure but the disk drive still had 6GB freee space.
My questions are:
1. Is already have set "Unresticted file growth" enabled for the t-log and 100 mb increments. I shrink the database and log before this heavy jobs starts.
2. How does SQL Server determine that the log file is full, even when you have specified "unrestricted growth" and the disk still has 6GB free space?
Thanks very much!
John
This is SQL Server 2000 Std.
A critical job failed this morning. This job copies an 11 million row table and has been completing successfully for 2 years. This database is using SIMPLE Recovery mode.
The log file for database 'gm' is full. Back up the transaction log for the database to free up some log space. [SQLSTATE 42000] (Error 9002). NOTE: The step was retried the requested number of times (2) without succeeding. The step failed.
The t-log was 9.5GB after the failure but the disk drive still had 6GB freee space.
My questions are:
1. Is already have set "Unresticted file growth" enabled for the t-log and 100 mb increments. I shrink the database and log before this heavy jobs starts.
2. How does SQL Server determine that the log file is full, even when you have specified "unrestricted growth" and the disk still has 6GB free space?
Thanks very much!
John