SQL Server 7 Transaction Logs Issues

Posted by nate on Super User See other posts from Super User or by nate
Published on 2013-11-05T15:02:37Z Indexed on 2013/11/05 15:58 UTC
Read the original article Hit count: 288

Over the week my database server transaction log was full. With our app people could select from the database but could not update or insert into the database. In the past we have just truncated the transaction logs. After that, everything was back to normal.

This week I truncated the transaction logs, and shrink that database. Now we can select, update, and insert into the database. The only issue is when we do a big job, and to a lot on inserting or updating, we get the following error:

Database error: S1008:[Microsft][ODBC]Operation canceled

We never had this issue before, I am assuming the that is the same as a timeout error. Has anyone else had this issue before, or know how I resolve this?

© Super User or respective owner

Related posts about Windows

Related posts about database