jbradleyharris
Programmer
I have an optimization job on a SQL 2000 server on Windows Server 2003 that continually fails with the message:
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 9002: [Microsoft][ODBC SQL Server Driver][SQL Server]The log file for database 'wfcdb' is full. Back up the transaction log for the database to free up some log space.
The job is configured to reorganize data and index pages with the original amount of free space, then remove unused space from the files. As the job runs the tran log grows until it completely fills the drive and the job fails. Then SQL freezes until I manually backup the tran log and shrink the the file using DBCC SHRINKFILE(logfile,size). I have an integrity check job on a different server that does the same thing.
I am a novice at SQL administration and was thrown in at the deep end when our DBA left. Any assistance in troubleshooting this problem would be greatly appreciated.
[Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 9002: [Microsoft][ODBC SQL Server Driver][SQL Server]The log file for database 'wfcdb' is full. Back up the transaction log for the database to free up some log space.
The job is configured to reorganize data and index pages with the original amount of free space, then remove unused space from the files. As the job runs the tran log grows until it completely fills the drive and the job fails. Then SQL freezes until I manually backup the tran log and shrink the the file using DBCC SHRINKFILE(logfile,size). I have an integrity check job on a different server that does the same thing.
I am a novice at SQL administration and was thrown in at the deep end when our DBA left. Any assistance in troubleshooting this problem would be greatly appreciated.